Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 232 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 232 Bytes

examples

Python code examples

  1. Halving.py:
    • How to find a number that a random generator has generated with halving search.
    • Be surprised of the maximum logarithmic worst case ratio. This is quite amazingly efficient!!