Skip to content

Commit 25b104b

Browse files
authored
Rename _215-Kth-Largest-Element-In-An-Array.js to 215-Kth-Largest-Element-In-An-Array.js
1 parent 939af48 commit 25b104b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/_215-Kth-Largest-Element-In-An-Array.js renamed to javascript/215-Kth-Largest-Element-In-An-Array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
}
3131

3232
return minHeap.front().element
33-
};
33+
};

0 commit comments

Comments
 (0)