Skip to content

Latest commit

 

History

History
138 lines (111 loc) · 10.2 KB

README.md

File metadata and controls

138 lines (111 loc) · 10.2 KB

Data-Structure

Reference Book

  • Data Structure using C by Reema Theraja
  • Data Structure with C by Seymour Lipschutz

Topics covered

Serial Topic
1 Array
2 Linked List
3 Stack
4 Queue
5 Recursion
6 Hashing
7 Sorting
8 Searching
9 Tree
10 Graph

Array

Searching

Sorting

LinkedList

Stack

Queue

Recursion

Hashing

Tree

Heap

Graph