Categories
Data Structures Uncategorized

Persistent Data Structures

Estimated read time 4 min read

Persistent data structures are data structures that allow you to retain previous versions of the structure even after modifications. In traditional (non-persistent) data structures, when [Read More…]

Categories
Data Structures

Unlocking the Power of Advanced Data Structures: Red-Black Trees, Trie, Skip Lists, and Splay Trees

Estimated read time 6 min read

In the realm of data structures, advanced techniques have been developed to tackle complex data management challenges. Red-Black Trees, Trie, Skip Lists, and Splay Trees [Read More…]