A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish. A huge variety of algorithms exist for generating and solving mazes. These ...
School project: reimplement the STL containers (using allocator, double linked list and AVL binary trees). Generic single-file implementations of AVL tree in C and C++ suitable for deeply embedded ...