Skip to content

Commit 65a91d6

Browse files
committed
Fixed typo.
1 parent 5df2ec0 commit 65a91d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/cheatsheet/sdsl-cheatsheet.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ \subsection{Wavelet Trees (\href{\sdslgitinc/wavelet_trees.hpp}{WT}=BV+RS+SLS)}
362362
\textit{Class} &\textit{Shape} & \code{lex\_ordered} & \textit{Default alphabet}\\
363363
\href{\sdslgitinc/wt_blcd.hpp}{\sdslwtblcd} & Balanced & \myYES & byte \\
364364
\href{\sdslgitinc/wt_huff.hpp}{\sdslwthuff} & Huffman & \myNO & byte\\
365-
\href{\sdslgitinc/wt_hutu.hpp}{\sdslwthutu} & Hu-Tucker & \myYES & integer \\
366-
\href{\sdslgitinc/wt_int.hpp}{\sdslwtint} & Balanced & \myYES & byte \\
365+
\href{\sdslgitinc/wt_hutu.hpp}{\sdslwthutu} & Hu-Tucker & \myYES & byte \\
366+
\href{\sdslgitinc/wt_int.hpp}{\sdslwtint} & Balanced & \myYES & integer \\
367367
\href{\sdslgitinc/wt_rlmn.hpp}{\sdslwtrlmn} & \multicolumn{3}{c}{underlying WT dependent} \\
368368
% TODO: \verb!wt_rlg!
369369
\end{tabular}

0 commit comments

Comments
 (0)