Pradeepsingh61/DSA_Code

[REQUEST] Add Binary Search in C Language

開放

#343 建立於 2025年10月2日

 (7 則留言) (1 個反應) (2 位負責人)C++ (266 個分叉)auto 404
algorithmsenhancementgood first issuehacktoberfestnew-language

倉庫指標

星標
 (52 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南