Kiren Tanna's Programming Page-Data Structures



Data structures

Linked List in C
This is an example of a single linked list using pointers.

Linked List in C++
This is an example of a single linked list using pointers.

Binary Search Tree (Balanced) in C
This is an example of a simple balanced binary search tree using pointers.

Stack in C++
This is an example of a simple balanced binary search tree using pointers.

Queue in C++
This is an example of a simple balanced binary search tree using pointers.


If you want to submit ANY of your C programs,please send them to
[email protected]

Return to main page 1