User : poncho4all

Title User Language Tags Description Date
Binary Tree for Begginers poncho4all C++ Well this binary tree takes int values, then it counts the quantity of leaves and Nodes that the tree has, and prints it in pre, post and InOrder. October 2, 2009
Ordered Double Linked List Using head and tail poncho4all C++ This snippet gives a doubly linked list with an int part that is ordered ascendant or descendant September 12, 2009
Ordered Linked List Using head and tail poncho4all C++ This snippet takes in int data and orders it in descending order and you can pull out certain value without killing the whole list September 3, 2009