diff options
Diffstat (limited to 'slides')
| -rw-r--r-- | slides/presentations/basic-math-in-programming/default.pug | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/slides/presentations/basic-math-in-programming/default.pug b/slides/presentations/basic-math-in-programming/default.pug index 61fbdbe..049c222 100644 --- a/slides/presentations/basic-math-in-programming/default.pug +++ b/slides/presentations/basic-math-in-programming/default.pug | |||
| @@ -51,9 +51,12 @@ section | |||
| 51 | 51 | ||
| 52 | h4 Going further | 52 | h4 Going further |
| 53 | ol | 53 | ol |
| 54 | li https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance | 54 | li |
| 55 | li https://en.wikipedia.org/wiki/Levenshtein_distance | 55 | a(href="https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance") https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance |
| 56 | li https://rosettacode.org/wiki/Levenshtein_distance | 56 | li |
| 57 | a(href="https://en.wikipedia.org/wiki/Levenshtein_distance") https://en.wikipedia.org/wiki/Levenshtein_distance | ||
| 58 | li | ||
| 59 | a(href="https://rosettacode.org/wiki/Levenshtein_distance") https://rosettacode.org/wiki/Levenshtein_distance | ||
| 57 | 60 | ||
| 58 | 61 | ||
| 59 | 62 | ||
