Python/DIRECTORY.md
Kenneth P 77f3888b71
Pi digit extraction algorithm (#1996)
* added pi digit extraction formula

* updating DIRECTORY.md

* fixed typo in a comment

* updated bbp_formula.py

* Update maths/bbp_formula.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update maths/bbp_formula.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update bbp_formula.py

* Update and rename bbp_formula.py to bailey_borwein_plouffe.py

* updating DIRECTORY.md

* calculate

* "".join(bailey_borwein_plouffe(i) for i in range(1, 12))

* Update bailey_borwein_plouffe.py

* Update bailey_borwein_plouffe.py

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-18 22:54:08 +02:00

55 KiB

Arithmetic Analysis

Backtracking

Blockchain

Boolean Algebra

Cellular Automata

Ciphers

Compression

Conversions

Data Structures

Digital Image Processing

Divide And Conquer

Dynamic Programming

File Transfer

Fuzzy Logic

Geodesy

Graphics

Graphs

Hashes

Linear Algebra

Machine Learning

Maths

Matrix

Networking Flow

Neural Network

Other

Project Euler

Scheduling

Searches

Sorts

Strings

Traversals

Web Programming