This is some reference C++ code.
It contains an implementation of self organizing binary search trees in the sobst directory.
The strlib directory is a small strings library for C++ I wrote to make handling strings more Pythonic when writing C++ programs.