(a) Describe the following data structure: doubly linked list.
(b) What impact would the use of sentinel nodes or dummy nodes have on a doubly linked list implementation?
(c) What are the advantages of using a linked implementation as opposed to an array implementation?
(d) What are the advantages of using an array implementation as opposed to a linked implementation?
(e) What are the advantages of using the java.util.Stack implementation of a stack?
(f) What is the potential problem with the java.util.Stack implementation?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here