Ukkonen’s suffix tree construction: Difference between revisions

m
(New post.)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 1,219:
 
Having done that, the timings for extracting the longest repeated sequence of digits are reasonably quick and fairly linear as expected.
<syntaxhighlight lang="ecmascriptwren">import "./big" for BigRat
import "./dynamic" for Struct
import "./trait" for ByRef
import "io" for File
 
9,486

edits