We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986b2ee commit ae1b5f4Copy full SHA for ae1b5f4
SortController.cpp
@@ -67,7 +67,7 @@ void SortController::setTimeSleep(int t) {
67
* @param numOfComparisons Number of comparisons that the algorithm running made
68
* @param sortTime Time that the algorithm took to sort all elements
69
*
70
- * TODO: Add number of comparisons and time while the algorithm is sorting
+ *
71
*/
72
void SortController::displaySortInfo(int sortType, bool isSorting, int numOfComparisons, int sortTime) {
73
system(CLEAR);
0 commit comments