yesiamrajeev / Hacktoberfest2024

Do contribute to this repository and gain experience. Happy-Hacking.
16 stars 65 forks source link

Added code file for linear and binary search #110

Closed Krishkanal closed 3 hours ago

Krishkanal commented 5 hours ago

Linear Search and Binary Search are two fundamental search algorithms used to find an element in a collection of data. They differ in their approach, efficiency, and requirements

Issue addressed

109