Problem Solving with Algorithms and Data Structures
Runestone in social media:
Follow @iRunestone
Help support us:
Table of Contents
Book Index
Scratch ActiveCode
Change Course
Instructor's Page
Progress Page
Edit Profile
Change Password
Register
Login
Navigation Help
Help for Instructors
About Runestone
Report A Problem
Chapters
1. Introduction
2. Analysis
3. Linear Structures
4. Linear Linked Structures
5. Recursion
6. Sorting and Searching
7. Trees and Tree Algorithms
8. Graphs and Graph Algorithms
4.9. Key Terms
ΒΆ
linked list
linked list traversal
list
node
ordered list
unordered list
Next Section - 4.10. Discussion Questions