mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 22:46:39 +08:00
Update sorting/selection_sort_recursive.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user