From c133f4c888698d02f704e211744f5de8e66c07c1 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sat, 8 Jul 2017 17:58:30 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9760ce2..40d1c72 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This project contains **pytudes**—Python programs to practice or demonstra |Computer Science Algorithms, Concepts, and Problems| |---| +|[John D. Cook's chaos game](https://github.com/norvig/pytudes/blob/master/Sierpinski.ipynb)
*A surprising appearance of the Sierpinski triangle in a random walk between vertexes.*| |[BASIC Interpreter](https://github.com/norvig/pytudes/blob/master/BASIC.ipynb)
*How to write an interpreter for the BASIC programming language.*| |[Conway's Game of Life](https://github.com/norvig/pytudes/blob/master/Life.ipynb)
*The cellular automata zero-player game.*| |[A Concrete Introduction to Probability](https://github.com/norvig/pytudes/blob/master/Probability.ipynb)
*Code and examples of the basic principles of Probability Theory.*|