/Proto_vEB_Tree

realize vEB tree structure and test with numbers

Primary LanguageC++Apache License 2.0Apache-2.0

vEB Tree without max or min pointer(EC504)

Realize proto-vEB tree structure and test with numbers

The file vEB.cpp contains skeleton code for this data structure.

Functions:

minimum

maximum

insert

member

deletion

successor

Provided a file called test.txt, which contains a sequence of successor

(given by ‘S’), insert (given by ‘I’), and delete (given by ‘D’) operations.