Ukkonen’s suffix tree construction: Difference between revisions

Content deleted Content added
PSNOW123 (talk | contribs)
New post.
PureFox (talk | contribs)
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