Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 178 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 178 Bytes

searching-techniques

Various Searching techniques implemented in C programming language.

SEARCHING TECHNIQUES :

  1. Linear Search
  2. Binary Search
  3. Hashing (Linear Probing)