= Pluto - A Set of Go Generics Data Structures and Algorithms
1. Stack. In the ./stack directory is a simple generics implementation of a stack.
2. g_lib. A set of common functions that use generics like Min, Max etc.
2. Binary Tree. (mostly complete)
. Remove
. Walk ( inorder, preorder, postorder )
. Better "PrintTree"
3. Queue.
4. SLL.
4. SLL-based-Queue.
4. DLL. Doubley Linked List with Head and Tail Pointers.
5. BalancedTree. (being tested)
. avl