/findSequenceInPi

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

Primary LanguagePython

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.