Skip to content

Commit bb3b757

Browse files
committed
docs: fix simple typo, contruction -> construction
There is a small typo in README.md. Should read `construction` rather than `contruction`.
1 parent 63e8b64 commit bb3b757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Suffix Trees in Python
22
================================
33

44
Based off of Mark Nelson's C++ implementation of Ukkonen's algorithm. Ukkonen's
5-
algorithm gives a O(n) + O(k) contruction time for a suffix tree, where n is
5+
algorithm gives a O(n) + O(k) construction time for a suffix tree, where n is
66
the length of the string and k is the size of the alphabet of that string.
77
Ukkonen's is an online algorithm, processing the input sequentially and producing
88
a valid suffix tree at each character.

0 commit comments

Comments
 (0)