User profile: usama shahid

User info
User name:usama shahid
Email:usamashahid@hotmail.com
Name:usama shahid
Location:Lahore, Pakistan
History
Joined:
Number of posts:7
Latest posts:

Sorting
merge sort and Quick Sort

StaQue round robin array
thanks i will work on it

Binary Search Tree
[code] #include <iostream> #include <iomanip> using namespace std; class TNode { int data; ...

Doubly Linked List With Header Nodes
[code] #include <iostream> #include <string> using namespace std; class Student { private: s...

StaQue round robin array
whats wrong whit it ???