Skip to content

Commit db5f634

Browse files
Update sorting/quick_sort_iterative.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 67f93af commit db5f634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sorting/quick_sort_iterative.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ void iterativeQuickSort(std::vector<int> &arr)
8686
}
8787
}
8888

89+
} // namespace sorting
8990
/**
9091
* @brief Self-test implementations
9192
* @returns void

0 commit comments

Comments
 (0)