275
правок
Изменения
м
→Реализация
'''return''' root
'''function''' dfs('''Node''' cur, '''Node''' root,'''int''' ans):
'''if''' cur <tex>\ne</tex> root
ans += cur.end - cur.begin
dfs(текущий ребенок, root, ans)
'''function''' numberOfDifferentWordsnumberOfDifferentSubstrings(s):
'''Node''' root = buildSuffixTree(s)
'''int''' ans = 0