Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 186 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 186 Bytes

search-algorithms

Implemented for educational purposes.

Algorithms list:

  • Linear search
  • Binary search
  • BFS
  • DFS

Install

make install

Testing

make test