We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d4113 commit 33bb179Copy full SHA for 33bb179
README.md
@@ -101,6 +101,7 @@ If asked for maximum/minimum subarray/subset/options then
101
102
If asked for top/least K items then
103
- Heap
104
+ - QuickSelect
105
106
If asked for common strings then
107
- Map
src/components/Tips/index.js
@@ -36,6 +36,7 @@ If asked for maximum/minimum subarray/subset/options then
36
37
38
39
+- QuickSelect
40
41
42
0 commit comments