13 lines
No EOL
345 B
Text
13 lines
No EOL
345 B
Text
---
|
|
id: suffix-array
|
|
title: "Suffix Array"
|
|
author: Benjamin Qi
|
|
description: Sorting Suffixes of a String
|
|
prerequisites:
|
|
- Gold - Hashing
|
|
---
|
|
|
|
https://judge.yosupo.jp/problem/suffixarray
|
|
https://judge.yosupo.jp/problem/number_of_substrings
|
|
|
|
- [USACO Plat - Standing Out from the Herd](http://www.usaco.org/index.php?page=viewproblem2&cpid=768) |