Skip to content
Snippets Groups Projects
Commit f93c9f64 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add TODO

parent bcf84238
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ namespace indexes {
 
template < class SymbolType >
SuffixArray < SymbolType >::SuffixArray ( std::set < SymbolType > alphabet, std::vector < unsigned > data, std::vector < SymbolType > string ) : std::Components < SuffixArray, SymbolType, std::tuple < GeneralAlphabet >, std::tuple < > > ( std::make_tuple ( std::move ( alphabet ) ), std::tuple < > ( ) ), m_data ( std::move ( data ) ), m_string ( std::move ( string ) ) {
// TODO check validity of the string like in LinearString
}
 
template < class SymbolType >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment