Skip to content
Snippets Groups Projects
Commit 575cd966 authored by Martin's avatar Martin
Browse files

mise a jour Suffixe Tree

parent 59389d57
Branches
No related tags found
No related merge requests found
......@@ -219,7 +219,6 @@ uint64_t nbAdditifWithSommeOpenMp(int nb){
int main(){
//parseFile("testfiles/100000_with_erro.txt");
parseFile("ACF_1000000_over_0123.txt");
......@@ -248,6 +247,7 @@ int main(){
duration<double> time_span2 = duration_cast<duration<double>>(t3 - t1);
std::cout << "Durée :" << time_span2.count() << " secondes sans OpenMp" << std::endl;
#endif
}
......@@ -138,7 +138,7 @@ class SuffixTree
this->printData(0, "");
}
};
/*
int main()
{
// Create Suffix Tree
......@@ -148,4 +148,5 @@ int main()
tree1->visualize();
tree2->visualize();
return 0;
}
\ No newline at end of file
}
*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment