AdvancedVocabulary#algorithms#developer-tools#backend

Persistent Data Structure Vocabulary

Build fluency in the vocabulary of preserving every version of a data structure efficiently via structural sharing.

0 / 5 completed
1 / 5
A teammate describes a data structure where every update produces a new version while all previous versions remain fully accessible and unmodified, typically by sharing most of the internal structure between versions instead of copying everything. What is this called?