Pradeepsingh61/DSA_Code

[REQUEST] Add Binary Search in C Language

Ouverte

#343 ouverte le 2 oct. 2025

 (7 commentaires) (1 réaction) (2 personnes assignées)C++ (266 forks)auto 404
algorithmsenhancementgood first issuehacktoberfestnew-language

Métriques du dépôt

Stars
 (52 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Algorithm Name

Binary Search

Programming Language

C

Category

Searching

Difficulty Level

Easy (Beginner friendly)

Algorithm Description

Binary search is an efficient algorithm used to find the position of a target value within a sorted array or list. It works on the principle of repeatedly dividing the search interval in half.

References (Optional)

No response

Contribution Intent

  • I would like to implement this algorithm myself
  • I'm requesting this for someone else to implement
  • I need help implementing this algorithm

Code of Conduct

  • I agree to follow this project's Code of Conduct

Guide contributeur