BojanSof / C-Algorithms

Algorithms implemented in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms in C

Searching Algorithms

  • Binary search
  • Exponential search
  • Interpolation search
  • Jump search
  • Linear(Sequential) search

Sorting Algorithms

  • Bubble sort
  • Insertion sort
  • Merge sort
  • Selection sort
  • Quick sort

Permutation Algorithms

  • Heap's algorithm

About

Algorithms implemented in C


Languages

Language:C 100.0%