williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
17.18k stars 4.34k forks source link

Add Van Emde Boas Tree #268

Open nishantc1527 opened 3 years ago

nishantc1527 commented 3 years ago

75

williamfiset commented 3 years ago

I'm not very familiar with the VEBT, mind adding some scattered comments explaining the code for someone who's trying to learn what the DS does, what's it's good for, time complexity, etc...?

nishantc1527 commented 3 years ago

Sure, I'll do that now.