ECE 2574 Data Structures and Algorithms
Syllabus
Schedule
Documents
FAQ
Development Environment
Writing Tests
Style Guide
Design Guide
Using the Auto-Grader
Meeting 25: Sorted Linked List
Today we will see how to adapt LinkedList into a sorted list implementation.
Review (Single) Linked List methods
The protected class scope and internal Nodes
Reusing LinkedList via inheritance
Links
Slides
Source Code from In-class