Description: Dichotomy search (binary search), also known as binary search, the basic idea of ??dichotomy is set to retrieve the dictionary from small to large elements stored in an orderly array (array), the first key the given value on the middle element of the dictionary The key code (key) comparison, if they are equal, then the retrieval success
To Search:
File list (Check if you may need any files):
Binary_Search\Binary_Search.m
.............\新建 Microsoft Word 文档.doc
Binary_Search