Skip to content

Weight-balanced binary tree (C++20)

License

Notifications You must be signed in to change notification settings

bustercopley/wb

wbtree

This is the wbtree project, a C++20 implementation of a weight-balanced binary tree. It provides an ordered associative container representing an arbitrary sequence of values and allowing binary search with arbitrary comparators (the user must establish the precondition that the sequence is ordered compatibly with the comparators before performing a binary search). See the comments in the file 'include/tree.hpp' for details.

Building and installing

See the BUILDING document.

Contributing

See the CONTRIBUTING document.

Licensing

This project is licensed under the MIT License. See the LICENSE file.

About

Weight-balanced binary tree (C++20)

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks