Segment tree
A generic segment tree C++ header-only library.
How to build
- git clone git@github.com:manavrion/segment_tree.git
- ./build.sh
Clang compiler
- sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
- update-alternatives –install /usr/bin/clang clang /usr/bin/clang-10 10
- update-alternatives –install /usr/bin/clang++ clang++ /usr/bin/clang++-10 10
How to test
- ./test.sh