Content deleted Content added
m v2.05 - Fix errors for CW project (Reference list duplication) |
→Partially persistent data structure: fixed typo |
||
Line 14:
A type of data structure where user may query any version of the structure but may only update the latest version.
An
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:
|