static void Main(string[] args) { var DayOne = new BinarySearchTwo(); Console.WriteLine(DayOne.chop(5, new int[] {1,5}).ToString()); Console.ReadLine(); }
public void Setup() { _BS = new BinarySearchTwo(); }