Skip to content

implementation of different search algorithms in C

Notifications You must be signed in to change notification settings

nazaninsbr/Search

Repository files navigation

Search

the following search algorithms have been implemented in C.

  • Linear Search
  • Binary Search
  • Jump Search
  • Interpolation Search
  • Exponential Search