Skip to content

Commit ae1b5f4

Browse files
committed
Removed displaying time while sorting todo
1 parent 986b2ee commit ae1b5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SortController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void SortController::setTimeSleep(int t) {
6767
* @param numOfComparisons Number of comparisons that the algorithm running made
6868
* @param sortTime Time that the algorithm took to sort all elements
6969
*
70-
* TODO: Add number of comparisons and time while the algorithm is sorting
70+
*
7171
*/
7272
void SortController::displaySortInfo(int sortType, bool isSorting, int numOfComparisons, int sortTime) {
7373
system(CLEAR);

0 commit comments

Comments
 (0)