Binary Search explained
I believe in order to understand something you need to be able to explain it to somebody else.
In that light here is me helping you helping me. I will try and do this for other data structures and algorithms.
Binary search is a search method for searching in a ordered list. Order in this sense meaning the list has a hierarchy that might be purely numeric/temporal but it also could be lexicographical like alphabetical ordering.