Back to Developer Roadmap

Data Structures

src/data/roadmaps/computer-science/content/[email protected]

4.0879 B
Original Source

Data Structures

As the name indicates itself, a Data Structure is a way of organizing the data in the memory so that it can be used efficiently. Some common data structures are array, linked list, stack, hashtable, queue, tree, heap, and graph.

Visit the following resources to learn more: