Skip to content

Commit

Permalink
Update sorting/quick_sort_iterative.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Aug 21, 2024
1 parent 338d22c commit 9f0c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/quick_sort_iterative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ void tests()
*/
int main()
{
tests();
tests(); // run self test implementation
return 0;
}

0 comments on commit 9f0c8eb

Please sign in to comment.