1. Consider an ADT list of integers. Write a destructor function that would traverse the list, freeing each node one by one.
2. Consider an ADT list that does not have the itemCount number variable keeping count of number of items in the list. Write a Boolean function isEmpty for this list.
3. Write a method reverse for the ADT list that reverses the order of the data items using three pointers
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here