Suffix tree: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Added Elixir code for suffix tree construction)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,562:
=={{header|Wren}}==
{{trans|Kotlin}}
<syntaxhighlight lang="ecmascriptwren">class Node {
construct new() {
_sub = "" // a substring of the input string
9,485

edits