NOTE: Assignment help, No code required.
I have a list of file names in a list-box. As part of the assignment I want to search the file names using a binary search implementation.
Can someone help me understand how to implement a binary search without using the built-in List<T>.BinarySearch(...)
method?