Update sorting/selection_sort_recursive.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Tushar Khanduri
2021-09-04 00:22:13 +05:30
committed by GitHub
parent 03ccd2521e
commit 0bdd1fd537

View File

@@ -58,7 +58,6 @@ uint64_t findMinIndex(std::vector<T> &in_arr, uint64_t current_position = 0) {
}
return answer;
}
} // namespace find_min_index
/**
* @brief The main function implements Selection sort