From 0bf6630898719d0dcad6cc30a9b439fdd445ff8b Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sat, 3 Nov 2018 20:35:28 -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 93b87b1..eb8e79f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |Programming Examples| |---| -|[Advent of Code 2017](https:/github.com/norvig/pytudes/blob/master/ipynb/Advent%202017.ipynb)    **[NB]( http:/nbviewer.jupyter.org/github/norvig/pytudes/blob/master/ipynb/Advent%202017.ipynb)**
*Puzzle site with a coding puzzle each day for Advent 2017.*| +|[Advent of Code 2017](ipynb/Advent%202017.ipynb)    **[NB]( http:/nbviewer.jupyter.org/github/norvig/pytudes/blob/master/ipynb/Advent%202017.ipynb)**
*Puzzle site with a coding puzzle each day for Advent 2017.*| |[Advent of Code 2016](https:/github.com/norvig/pytudes/blob/master/ipynb/Advent%20of%20Code.ipynb)    **[NB]( http:/nbviewer.jupyter.org/github/norvig/pytudes/blob/master/ipynb/dvent%20of%20Code.ipynb)**
*Puzzle site with a coding puzzle each day for Advent 2016*.| |[Project Euler Utilities](https:/github.com/norvig/pytudes/blob/master/ipynb/Project%20Euler%20Utils.ipynb)    **[NB]( http:/nbviewer.jupyter.org/github/norvig/pytudes/blob/master/ipynb/Project%20Euler%20Utils.ipynb)**
*My utility functions for the Project Euler problems, including `Primes` and `Factors`.*| |[Translating English Sentences into Propositional Logic Statements](https:/github.com/norvig/pytudes/blob/master/ipynb/PropositionalLogic.ipynb)    **[NB]( http:/nbviewer.jupyter.org/github/norvig/pytudes/blob/master/ipynb/PropositionalLogic.ipynb)**
*Automatically converting informal English sentences into formal Propositional Logic.*|