Data Structures (DS)

-> Chapter 1 : Arrays [Array using pointer ,1D and 2D,Array Location in Memory]

->Chapter 2 : stacks & queues [stacks, (Stack permutation , Postfix , Recursion, TOH) queues (Linear Queue, Circular Queue)]

->Chapter 3 : linked lists [Singly , Circular , Doubly linked list , Doubly Circular linked list]

->Chapter 4: trees [tree traversal, binary search trees , AVL tree ]

->Chapter 5: graphs[Intro , DFS , BFS]