Python file for binary search implementation (Binary_Search.py)
This repository contains implementations of linear search and binary search algorithms in Python. Each algorithm is timed using a custom decorator to measure its execution time.
search.py
: Contains the implementations of the linear and binary search algorithms with timing functionality.
- Clone the repository:
git clone https://github.com/Onesmus-dev/binary_search.git cd binary_search