Skip to content

danieloo0/Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This project implements four search algorithms: Sequential Search (Iterative & Recursive) Binary Search (Iterative & Recursive) The program searches for a target value in a list and returns its index if found, or -1 if not. Binary search works on sorted lists and uses divide-and-conquer, while sequential search scans elements one by one.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages