Uniform binary search: Difference between revisions

Content deleted Content added
Corrected error in C implementation code.
No edit summary
Line 60:
==External links==
*[http://huizen.dto.tudelft.nl/deBruijn/knuth/unizoek.pas An implementation of Knuth's algorithm] in [[Pascal (programming language)|Pascal]], by Han de Bruijn
*[https://github.com/adrianuswarmenhoven/uniformbinarysearch_go An implementation of Knuth's algorithm] in [[Go (programming language)|Go]], by Adrianus Warmenhoven
 
[[Category:Search algorithms]]