We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718b7a6 commit bec5b85Copy full SHA for bec5b85
src/3_Stack_Queue/k_least_numbers.cpp
@@ -3,8 +3,8 @@
3
*
4
* SMALLEST K NUMBERS EXTRACTION
5
6
- * Find the smallest 'k' numbers from a given list of numbers. It demonstrates
7
- * three modern C++ implementations:
+ * Find the smallest 'k' numbers from a given list of numbers.
+ *
8
* Edge Cases:
9
* - If k is 0, an empty vector is returned.
10
* - If k is greater than or equal to the input size, the entire sorted list is
0 commit comments