Objectives : Linked List

  • to understand what kinds of problems require dynamic memory manipulation
  • to be able to add maintain a list by adding and deleting items
  • to be able to maintain an ordered list
  • understand the difference between the address of a memory location and the value stored at that location
  • understand the costs and benefits of a linked list
  • understand and be able to create cicular and doubley linked lists
  • be able to implement a linked list with a header node
HOME