Skip to content

Commit 454cc07

Browse files
Update search/Quickselect for Finding the k-th Smallest Element.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 8ea2337 commit 454cc07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

search/Quickselect for Finding the k-th Smallest Element.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <algorithm>
44
#include <cassert>
55

6-
using namespace std;
76

87
/**
98
* @brief Partition the array and return the pivot index.

0 commit comments

Comments
 (0)