Tidying formatting
[cipher-training.git] / slides / further-work.html
index 64a9729f75784015da7f9468bc1a23f0614ff273..01017632e6ea0ea92ffe2b524bd2e6917351775c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>Breaking keyword ciphers</title>
+    <title>Further work</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <style type="text/css">
       /* Slideshow styles */
     <textarea id="source">
 
 # Taking this further
-### Countdown 
+
+
+<table>
+<tr valign="top">
+<td>
+### Countdown
+
 * Conundrum
 * Letters
    * Picking letters to maximise score
 * Numbers
    * Read the "Functional Pearl"
-
+</td>
+<td>
 ### Hangman
 * Letter probabilities based on each word occurring once in the dictionary
 * Set of candidate words filtered by length, letters guessed
-
+</td>
+</tr>
+<tr>
+<td>
 ### Text generation
 * Read some text, find the n-grams, generate more text from that.
-
+</td>
+<td>
 ### Spelling correction
 * Suggest the most likely correct word, given the probability of these errors.
+</td>
+</tr>
+</table>
 
     </textarea>
     <script src="http://gnab.github.io/remark/downloads/remark-0.6.0.min.js" type="text/javascript">