Sunday, May 6, 2018

Being an interviewee: Shift array search

May 6, 2018

Introduction


It is binary search algorithm I wrote for the algorithm called shift array search. I designed a binary search to apply on the array which is not sorted.

Mock interview


Here is my C# code.


No comments:

Post a Comment