Kallbrig / findSequenceInPi

Searching for a sequence of digits in pi. Plus recreating some of python's built in methods from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finding a sequence in pi

Searching for a sequence of digits in pi. Plus recreating python's find() method from scratch.

What I learned

  • how the python string.find() method works
  • I learned that importing large amounts of data (a billion digits), buffers don't get 1 number at a time.

About

Searching for a sequence of digits in pi. Plus recreating some of python's built in methods from scratch.


Languages

Language:Python 100.0%