Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 227 Bytes

File metadata and controls

7 lines (6 loc) · 227 Bytes

0x1E. C - Search Algorithms

Learning objectives for this project:

  • What is a search algorithm
  • What is a linear search
  • What is a binary search
  • What is the best search algorithm to use depending on your needs