Linked data structures

Linked data structure

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.

1 courses cover this concept

CS 106B Programming Abstractions

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