Skip to content

Commit

Permalink
Merge pull request #2 from CogWorksBWSI/davidmascharka-patch-1
Browse files Browse the repository at this point in the history
Update HW_ciphers.ipynb
  • Loading branch information
rsokl committed Apr 11, 2019
2 parents 3f8f526 + ca707a0 commit 45235ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciphers/HW_ciphers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"Going through the keyphrase we pull out\n",
"\n",
"```\n",
"beavrwrksicl\n",
"beavrwoksicl\n",
"```\n",
"\n",
"Note that each letter is unique, and is in the order we saw it in the keyphrase. The second 'e' we see in 'beaverworks' is simply ignored. Now all we have to do is go through the alphabet and append all the letters that we don't already have. This gives us the following mapping:\n",
Expand Down

0 comments on commit 45235ed

Please sign in to comment.