diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-24 00:05:09 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-24 00:05:09 +0200 |
| commit | 9377f2733ff2cb0ade595deddddb90e9d634f7c5 (patch) | |
| tree | a4c4dab5e28936376f0e887cc98ef2882b11efc3 /slides/presentations/basic-math-in-programming/default.pug | |
| parent | 5e525d03fafc0068e1f2140f4653dd6934a01c45 (diff) | |
| download | mitjafelicijan.com-9377f2733ff2cb0ade595deddddb90e9d634f7c5.tar.gz | |
content update
Diffstat (limited to 'slides/presentations/basic-math-in-programming/default.pug')
| -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 | ||
