Table of contents
Data Structures
There are so many data structures available for solving different kind of problems, we can see them below.
- Array - Searching
- Linked List - Insertion and Deletion
- Dictionary/Hash Map - Mapping of Key values
- Tree and Graph - Networking kind of stuffs
- Stack and Queue - LIFO and FIFO (arrangements)
- Heap - Maxima and Minima Let see one by one on this series...