From a14b98d61ad2889b299d8938afc491990f5b592a Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sat, 27 Oct 2018 20:25:12 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9576e73..71e8b3f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |[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?*| +|[Properly Ordered Card Hands](https://github.com/norvig/pytudes/blob/master/ipynb/Orderable%20Cards.ipynb)
*Can you get your hand of cards into a nice order with just one move?*| |Logic and Number Puzzles| |---|