How is the feasibility of employing linked storage structure for generalized list?
The feature of linked storage method, first, is the flexibility in node assignment, second is that whenever nonlinear structure is stored, it is only needed to increase node pointer fields to extend linear structure to nonlinear structure. Such a feature fits exactly to the description requirements of such a complex structure as generalized list. It makes it easy to solve the sharing and recursion in generalized list, and therefore we usually use linked storage structure to store generalized list.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here