Introduction
This File contain simple Data Structure Implementation using C#. It contain Stack implementation,Queue Implementation using link list and Doubly Link List.
Terminology
- PUSH : For inserting new element in Data Structure.
- POP : For Deleting element from DataStructure.
- TRAVERSE : For List out the elements of Data Structure.