Skip to content

Commit a30f163

Browse files
authored
Update main.cpp
1 parent cf2765b commit a30f163

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
@@ -94,8 +94,8 @@ int main()
9494
view_set_bar();
9595
view_set_faixa(0, qtd - 1);
9696

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

101101
view_lock();

0 commit comments

Comments
 (0)