/Van_Emde_Boas_Tree

Van Emde Boas Tree implementation using Python.

Primary LanguagePython

Van Emde Boas Tree

Van Emde Boas Tree implementation using Python.

Supported Operations

Queries:

  • predecessor(value)
  • successor(value)
  • contains(value)

Updates:

  • insert(value)
  • delete(value)