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…]