Uniform binary search: Difference between revisions

Content deleted Content added
Gnewf (talk | contribs)
I went ahead and MOVED the C impl to talk page because it was somewhat BROKEN: at the very least, it didn't work in trivial case of arrays with 1 element; didn't check for -1 return value in main()
m dab link
Line 8:
 
==External link==
*[http://huizen.dto.tudelft.nl/deBruijn/knuth/unizoek.pas An implementation of Knuth's algorithm] in [[Pascal (programming language)|Pascal]], by Han de Bruijn
 
[[Category:Search algorithms]]