Lecture overview -- Keyboard shortcut: 'u'  Previous page: Sample use of Sort in <b><kbd>List<T></kbd></b> -- Keyboard shortcut: 'p'  Next page: Overview of the class <b><kbd>LinkedList<T></kbd></b> -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Collection Classes - slide 16 : 36

Sample use of BinarySearch in List<T>
An illustration of two overloads of BinarySearch
prog.cs
Sample uses of List.BinarySearch.
output
Output from the BinarySearch program.
prog-not-found.cs
Searching for a non-existing Point.
output-not-found
Output from the BinarySearch program - non-existing Point.