Skip to content

Python file for binary search implementation (Binary_Search.py)

License

Notifications You must be signed in to change notification settings

Onesmus-dev/binary_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary_search

Python file for binary search implementation (Binary_Search.py)

Search Algorithms

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.

Files

  • search.py: Contains the implementations of the linear and binary search algorithms with timing functionality.

Usage

  1. Clone the repository:
    git clone https://github.com/Onesmus-dev/binary_search.git
    cd binary_search

About

Python file for binary search implementation (Binary_Search.py)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages