Skip to main content

All Questions

3 votes
2 answers
214 views

codekata: Binary search on an int array

I'm following Karate Chop kata for a binary search. I really wanted to avoid built in functionality within the language. I'm pretty new to C# so any recommendations is greatly appreciated. Spec: ...
Sean Kelly's user avatar
1 vote
1 answer
92 views

Binary Search Optimization [closed]

Can anyone give me recommendations on how to improve my code? ...
nikolay's user avatar
  • 21
1 vote
2 answers
1k views

Optimizing a binary search algorithm

I have implemented a binary search algorithm in C#. Can anyone give me suggestions on improving its effectiveness? ...
Vasko Yanakiev's user avatar