rohanrudra55 / data-structure-algorithms

Data structures and algorithms in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA

đź“„Data Structures


  1. Lists
  2. Stacks
  3. Queues
  4. Trees
  5. Hash
  6. Maps
  7. Graphs

📉Sorting Algorithms


  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Radix Sort
  • Shell Sort
  • Tree Sort
  • Heap Sort

🔎Searching Algorithms


  • Linear Search
  • Binary Search
  • Interpolation Search
  • Jump Search
  • Fibonacci Search

đź“śReferences


đź“’ Data Structures Using C by Reema Thareja

  • Buy
  • Download

About

Data structures and algorithms in C


Languages

Language:C 93.8%Language:C++ 6.2%