Skip to content

Commit bec5b85

Browse files
authored
Update k_least_numbers.cpp
1 parent 718b7a6 commit bec5b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/3_Stack_Queue/k_least_numbers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* SMALLEST K NUMBERS EXTRACTION
55
*
6-
* Find the smallest 'k' numbers from a given list of numbers. It demonstrates
7-
* three modern C++ implementations:
6+
* Find the smallest 'k' numbers from a given list of numbers.
7+
*
88
* Edge Cases:
99
* - If k is 0, an empty vector is returned.
1010
* - If k is greater than or equal to the input size, the entire sorted list is

0 commit comments

Comments
 (0)