 |
Title |
User |
Language |
Tags |
Description |
Date |
|
|
|
Binary Tree for Begginers
|
poncho4all
|
C++ |
Binary
Tree
Begginers
|
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++ |
Ordered
Double
Linked
List
Using
head
tail
|
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++ |
Ordered
Linked
List
Using
head
tail
|
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 |