/pi

Utility for compressing and searching for numbers within the digits of pi

Primary LanguageCGNU General Public License v3.0GPL-3.0

pi

Utility for compressing and searching for numbers within the digits of pi

Installation

make && sudo make install

Usage

Usage: ./pi [-s,--search] <infile> <search>
            [-c,--compress] <infile> (<outfile>)
            [-h,--help]

Note: This utility will only search a compressed list of pi, so it must be compressed first.

Example

Search for the first occurrence of the SSN 721-07-4426:

make download
pi --compress digits.txt pi.txt
pi --search pi.txt 721-07-4426