Kavya-24 / Snippets

Hacktoberfest 2024
41 stars 278 forks source link

Added Binary Search algorithm in Python #457

Open RK-0009 opened 1 month ago

RK-0009 commented 1 month ago

I have added the code for the Binary Search algorithm in Python. This algorithm will keep reducing the range to search for a value by half. The time complexity is O(log n).

Checklist: