Persistent data structure: Difference between revisions

Content deleted Content added
m v2.05 - Fix errors for CW project (Reference list duplication)
Line 14:
A type of data structure where user may query any version of the structure but may only update the latest version.
 
An ephermeralephemeral data structure can be converted to partially persistent data structure using a few techniques.
 
One of the technique is by using randomized version of Van Emde Boas Tree which is created using dynamic perfect hashing. This data structure is created as follows: