Skip to content

Commit bf1e084

Browse files
author
cesar-011
committed
Applied requested changes
1 parent 1c6d66d commit bf1e084

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sorting/hybrid_quick_insertion_selection.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,6 @@ static void test() {
202202
*/
203203
int main() {
204204
test(); // run self-test implementations
205-
206-
// An example
207-
std::vector<int> array = {8, 5, 9, 20, 2, 13, 3, 1};
208-
print_array(array);
209-
std::cout << '\n';
210-
sorting::hybrid_quick_insert_select::hybrid_quick_insertion_selection(array,
211-
0,
212-
static_cast<int>(array.size()));
213-
print_array(array);
214-
std::cout << '\n';
215205
return 0;
216206
}
217207

0 commit comments

Comments
 (0)