Binary trees, BST operations, BFS, DFS, and shortest-path intuition for semester exams.
Unified search
Community notes and external educational resources, ranked together. External links always open on the original site.
Community notes
1 result
Web resources
External results are shown in full (not paged).
Wikipedia · oer
List of data structures
list of well-known data structures . For a comparison of running times for a subset of this list see comparison of data structures . Boolean, true or false
Open Library · oer
Data Structures and Algorithms Made Easy
Narasimha Karumanchi · 2011
Open Library · oer
Data structures and algorithms
Alfred V. Aho · 1983
Open Library · oer
Fundamentals of Data Structures in C++ 2nd Edition
Ellis Horowitz · 2006
Open Library · oer
Fundamentals of data structures in C
Ellis Horowitz · 1993
Wikipedia · oer
Data structure
this data. Data structures are closely related to abstract data types (ADTs). The data structure describes the representation of data in memory and how
Wikipedia · oer
Persistent data structure
when it is modified. Such data structures are effectively immutable, as their operations do not (visibly) update the structure in-place, but instead always
Wikipedia · oer
Data structure alignment
Data structure alignment is the way data is arranged and accessed in computer memory. It consists of three separate but related issues: data alignment
Wikipedia · oer
Array (data structure)
In computer science, an array is a data structure consisting of a collection of elements (values or variables), of the same memory size, each identified