Skip to content

Commit

Permalink
Update 2024-05-27-suffix-automaton-instead-of-suffix-array-2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psb0623 committed May 27, 2024
1 parent 178ecab commit 9f1a9cf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,16 @@ Suffix Automaton과 다른 알고리즘을 함께 사용하여 문제를 푸는
이 글에서는 풀이를 설명하지 않았지만, 아래의 문제들도 Suffix Array 없이 Suffix Automaton을 이용하여 해결하였으므로, 관심이 있으신 분들은 아래의 문제들을 Suffix Automaton으로 풀어보셔도 좋을 것 같습니다.
- https://www.acmicpc.net/problem/22905
- https://www.acmicpc.net/problem/18744
- https://www.acmicpc.net/problem/27525
- https://www.acmicpc.net/problem/25546
- https://www.acmicpc.net/problem/22349
- https://www.acmicpc.net/problem/15454
긴 글 읽어주셔서 감사합니다.
마지막으로, 긴 글 읽어주셔서 감사합니다.

0 comments on commit 9f1a9cf

Please sign in to comment.