CIS-255 Home:
http://www.c-jump.com/bcc/c255c/c255syllabus.htm
Linked Data Structures
- Linked Lists
- Linked List Concepts
- Linked List Design Models
- C-style Linked List Example
- C++ Node class for singly-linked list
- The Node class constructor
- Inserting a node into a singly-linked list
- Removing a node from the list
- List size and distance between the nodes
- Print contents of the list
- Node copy constructor
- The STL list class
- Types of linked lists
- Circularly-linked list
- Other data structures
- Linked lists vs. arrays
- Doubly-linked vs. singly-linked
- Program Design Considerations