From b495fc323c201f492d43fa9e24fc514a624c2563 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Fri, 24 Mar 2017 19:02:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 637f49c..69f0b3d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project contains **pytudes**—Python programs to practice or demonstra |Logic and Number Puzzles| |---| -|[Advent of Code 2016](https://github.com/norvig/pytudes/blob/master/Advent of Code.ipynb)
*Puzzle site with a coding puzze each day for Advent 2016*| +|[Advent of Code 2016](https://github.com/norvig/pytudes/blob/master/Advent%20of%20Code.ipynb)
*Puzzle site with a coding puzze each day for Advent 2016*| |[Translating English Sentences into Propositional Logic Statements](https://github.com/norvig/pytudes/blob/master/PropositionalLogic.ipynb)
*Automatically converting informal English sentences into formal Propositional Logic.*| |[The Puzzle of the Misanthropic Neighbors](https://github.com/norvig/pytudes/blob/master/Mean%20Misanthrope%20Density.ipynb)
*How crowded will this neighborhood be, if nobody wants to live next door to anyone else?*| |[Countdown to 2016](https://github.com/norvig/pytudes/blob/master/Countdown.ipynb)
*Solving the equation 10 _ 9 _ 8 _ 7 _ 6 _ 5 _ 4 _ 3 _ 2 _ 1 = 2016. From an Alex Bellos puzzle.*|