Data Structures
In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data. (Source: Wikipedia)
B
- Beginner, A
- Advanced
* Algorithms without the Code link are not implemented yet.
B
Doubly linked list [Code]B
Hash table [Code]B
Heap [Code]B
Linked list [Code]B
Priority queue [Code]B
Queue [Code]B
Stack [Code]A
TreesA
Trie [Code]A
Graph [Code]A
Disjoint Set [Code]A
Bloom Filter [Code]