Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kamran Ahmed 19ae880d6a Add content to graph nodes 2 years ago
..
105-tree Add resources for queue, hash, tree and heap data structures 2 years ago
106-graph Add content to graph nodes 2 years ago
100-array.md Add content to cs/pick-language and cs/datastructures 2 years ago
101-linked-list.md Add content to cs/pick-language and cs/datastructures 2 years ago
102-stack.md Add content to cs/pick-language and cs/datastructures 2 years ago
103-queue.md Add resources for queue, hash, tree and heap data structures 2 years ago
104-hash-table.md Add resources for queue, hash, tree and heap data structures 2 years ago
107-heap.md Add resources for queue, hash, tree and heap data structures 2 years ago
readme.md Add content to cs/pick-language and cs/datastructures 2 years ago

readme.md

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.

Free Content What are Data Structures? Data Structures and Algorithms Data Structures Illustrated