Skip to content

Commit cebf9db

Browse files
authored
Update main.cpp
1 parent 3c8b091 commit cebf9db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ int main()
9595
view_set_faixa(0, qtd - 1);
9696

9797
// minimum_sort(vet);
98-
// quick_sort(vet, 0, vet.size());
99-
bubble_sort(vet);
98+
quick_sort(vet, 0, vet.size());
99+
// bubble_sort(vet);
100100

101101
view_lock();
102102
return 0;

0 commit comments

Comments
 (0)