Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 306 Bytes

Search Algorithms Program

A C++ program to show the functioning of search algorithms. It was used Apache NetBeans IDE with GCC to build and compile the code.

Search Algorithms presented

  1. Linear Search
  2. Better Linear Search
  3. Recursive Linear Search
  4. Sentinel Linear Search
  5. Binary Search