Skip to content

Commit

Permalink
Change some of the Zebra puzzle front-matter
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdrake committed May 19, 2015
1 parent d4e7801 commit 6358b14
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ipynb/Zebra_Puzzle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"From: http://en.wikipedia.org/wiki/Zebra_Puzzle\n",
"# Zebra Puzzle\n",
"\n",
"This is a classic logic puzzle that is useful for demonstrating a constraint satisfaction problem (CSP).\n",
"It is sometimes referred to as either *Einstein's Puzzle*, or *Einstein's Riddle*,\n",
"due to an apocryphal story that it was invented by Albert Einstein as a boy.\n",
"\n",
"From http://en.wikipedia.org/wiki/Zebra_Puzzle:\n",
"\n",
"1. There are five houses.\n",
"2. The Englishman lives in the red house.\n",
Expand All @@ -25,9 +31,7 @@
"Answer the following:\n",
"\n",
"1. Who drinks water?\n",
"2. Who owns the zebra?\n",
"\n",
"— Life International, December 17, 1962"
"2. Who owns the zebra?"
]
},
{
Expand Down

0 comments on commit 6358b14

Please sign in to comment.