Following Topics and their are present :-
Contains most of the main programs based on ADT, with muliple data structures present, like :
Array
- Removal of Duplicate
- Finding All Address
- All Arithmetic Functions on elements
- etc.
Linked List
- Singly Linked List
- Doubly Linked List
- Circular Linked List
- Array to Singly and Doubly Linked Lists
- etc.
Queue
- Queue Using Array, Linked List and struct
- Cicular Queue using Array, Linked List
- etc.
Stack
- Stack using Array
- Stack using Array and Linked List or struct
- etc.
Tree
- Binary Tree
- etc.
Programs created using:
structs, enum and union
to create personalized DATA TYPE, like :
- Month and Data
- Chemical Elements
- Deck of Cards
- etc.
Programs based on Input provided from File or Console
Programs based on recursion like :
- Fibonacci Series
- Factorial
- Permutation
- Combination
- etc
Programs to perform muliple different calculations on the input provided