Update README.md

This commit is contained in:
Peter Norvig
2018-10-27 20:25:12 -07:00
committed by GitHub
parent 10b43f62ef
commit a14b98d61a

View File

@@ -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)<br>*Make a maze by generating a random tree superimposed on a grid.*| |[Generating Mazes](https://github.com/norvig/pytudes/blob/master/ipynb/Maze.ipynb)<br>*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)<br>*Optimal play in a dice board game.*| |[Can't Stop](https://github.com/norvig/pytudes/blob/master/ipynb/Cant-Stop.ipynb)<br>*Optimal play in a dice board game.*|
|[Bike Speed Versus Grade](https://github.com/norvig/pytudes/blob/master/ipynb/Bike%20Speed%20versus%20Grade.ipynb)<br>*How fast can I bike as the route gets steeper?*| |[Bike Speed Versus Grade](https://github.com/norvig/pytudes/blob/master/ipynb/Bike%20Speed%20versus%20Grade.ipynb)<br>*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)<br>*Can you get your hand of cards into a nice order with just one move?*|
|Logic and Number Puzzles| |Logic and Number Puzzles|
|---| |---|