Skip to content

Commit dce0b1c

Browse files
Update algorithms/heap/kclosestelements/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2fa26f6 commit dce0b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/heap/kclosestelements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Find K Closest Elements
22

33
Given a sorted array nums, a target value target, and an integer k, find the k closest elements to target in the array,
4-
where "closest" is the absolute difference between each element and target. Return these elements in array, sorted in
4+
where "closest" is the absolute difference between each element and target. Return these elements in an array, sorted in
55
ascending order.
66

77
## Examples

0 commit comments

Comments
 (0)