A linked data structure is a set of data records connected by references, or links. These links are treated as special data types and are used to organize the data. Linked data structures include linked lists, search trees, and expression trees, and are important for efficient algorithms like topological sort and set union-find.
Stanford University
Winter 2023
This course helps transition from coding to problem-solving using computers. The course explores techniques, tools, and models for problem-solving across disciplines using C++. Prior programming experience is assumed.
No concepts data
+ 33 more concepts