UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
27 stars 74 forks source link

✨ Refactor Search Algorithms and Add Test Cases for Edge Cases and Performance #425

Closed smog-root closed 1 week ago

smog-root commented 2 weeks ago

I'm expecting a level3 for this PR! and assign me! @UTSAVS26

Changes made:

1. Jump_search.py:

2. Linear_Search.py:

3. Recursive_binary_search.py:

4. Ternary_search.py:

5. Linear_search.py:

6. Exponential_search.py:

7. Fibonacci_search.py:

8. Interpolation_search.py:

9. Iterative_binary_search.py:

github-actions[bot] commented 2 weeks ago

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!