Interview_DS_Algo icon indicating copy to clipboard operation
Interview_DS_Algo copied to clipboard

Small Optimization in the Written Binary Search .

Open shricodev opened this issue 2 years ago • 0 comments

Implementing proper binary search by replacing l++ with (mid + 1) and r-- with (mid - 1).

shricodev avatar Dec 25 '22 12:12 shricodev