From 9ecb5479f87da375990ac937ac2a39271eec4813 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Wed, 10 Oct 2018 17:56:19 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe1c222..9576e73 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |[A Chaos Game with Triangles](https://github.com/norvig/pytudes/blob/master/ipynb/Sierpinski.ipynb)
*A surprising appearance of the Sierpinski triangle in a random walk between vertexes.*| |[Generating Mazes](https://github.com/norvig/pytudes/blob/master/ipynb/Maze.ipynb)
*Make a maze by generating a random tree superimposed on a grid.*| |[Can't Stop](https://github.com/norvig/pytudes/blob/master/ipynb/Cant-Stop.ipynb)
*Optimal play in a dice board game.*| +|[Bike Speed Versus Grade](https://github.com/norvig/pytudes/blob/master/ipynb/Bike%20Speed%20versus%20Grade.ipynb)
*How fast can I bike as the route gets steeper?*| |Logic and Number Puzzles| |---|