Uniform binary search: Difference between revisions

Content deleted Content added
I have changed the link to unizoek.pas (which was broken) and linked it to a copy I found via archive.org. I have obtained Mr. De Bruijn's permission (a copy can be found in the GIT repo) to host that file now in my Repo. Makes the article complete again.
No edit summary
Line 60:
==External links==
*[https://github.com/adrianuswarmenhoven/uniformbinarysearch_go/blob/master/Pascal/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 [[:nl:Adrianus_Warmenhoven|Adrianus Warmenhoven]]
 
[[Category:Search algorithms]]