You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ The shared data structures and utils are stored in the *Shared* folder.
57
57
The project comes with some extra folders:
58
58
***benchmark**: it contains CSV benchmarks of the algorithm as well as the script used to analyze them ([analysis.py](analysis.py));
59
59
***datasets**: it contains the input data for the graphs given by our professor, i.e. 68 random connected, weighted and non-directed graphs up to 100K nodes and ~130K edges;
60
-
***report**: it contains the LaTeX sources for our project report;
61
60
***test**: it contains 68 test graphs and their exact MST value, used test our algorithms' correctness.
0 commit comments