Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackc/pp_binary_search


https://github.com/jackc/pp_binary_search

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Binary Search Example

Page 34 of Programming Pearls contains a challenge to write a binary search. This is the result of that challenge in Go.