diff --git a/2022/senior/algo1.md b/2022/senior/algo1.md index 91cefc7c8892e393e7e8b113ccd8f60a8481e254..cd39728aff94e1e28b284495fdcbf63cdf2a9d7d 100644 --- a/2022/senior/algo1.md +++ b/2022/senior/algo1.md @@ -1,11 +1,14 @@ # String algorithms -* ![ΞΞΉΞ±ΟάνΡιΡΟ: KMP, Rabin-Karp](../../2017/String%20Algorithms.pdf) -* ![ΞΞΉΞ±ΟάνΡιΡΟ: Trie, BIT, Hashing](../../2017/advanced_data_structures.pdf) +* [ΞΞΉΞ±ΟάνΡιΡΟ: KMP, Rabin-Karp](../../2017/String%20Algorithms.pdf) +* [ΞΞΉΞ±ΟάνΡιΡΟ: Trie, BIT, Hashing](../../2017/advanced_data_structures.pdf) ## Ξ ΟΞΏΞ²Ξ»Ξ�ΞΌΞ±ΟΞ± ### Rabin Karp +* [lottery, Ξ»ΟΞ½Ξ΅ΟΞ±ΞΉ ΞΊΞ±ΞΉ ΞΌΞ΅ hashing](https://pdp-archive.github.io/31-PDP/c-lottery-statement) + ### Trie +* [lottery](https://pdp-archive.github.io/31-PDP/c-lottery-statement)