Aleksey Demakov's Code Snippets

Below are some small bits of code written by me over time.

Balanced Search Trees Made Simple (In C#)
An implementation of Arne Andersson's balanced binary trees
MD5
A C++ impelementation of the MD5 Message-Digest algorithm