* Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level).
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 ...