procrastination icon indicating copy to clipboard operation
procrastination copied to clipboard

Eager vectors, sets, and maps

Open gdejohn opened this issue 6 years ago • 0 comments

Implement persistent vector abstract data type using weight-balanced binary trees (bit mapped vector tries? relaxed radix balanced trees?).

Implement persistent set and map abstract data types using hash array mapped tries (compressed hash array mapped prefix trees?), and ordered set and map abstract data types using AVL trees (red-black?).

gdejohn avatar Nov 05 '18 01:11 gdejohn