Skip to content

Abnormal Template Library

Standard Template Library made crazy

I don’t really like learning algorithms and data structures, and I like the idea to reuse as much as possible. Why write the same code everytime you need it? C++ STL covers almost everything normal people need, but it has some problems. And I’m not that normal.

So here I present you the Abnormal Template Library (“abnormal” as the opposite to “standard”) — some data structures with some integrated algorithms, and a yet another AaDS book.

Explore