Skip to content

Commit 9b063a6

Browse files
committed
Update index.kt
1 parent 7fa0b1d commit 9b063a6

File tree

1 file changed

+1
-0
lines changed
  • reveal-cards-in-increasing-order

1 file changed

+1
-0
lines changed

reveal-cards-in-increasing-order/index.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package masx200.leetcode_test.reveal_cards_in_increasing_order
22

33
import java.util.*
44

5+
56
class Solution {
67
fun deckRevealedIncreasing(deck: IntArray): IntArray {
78
if (deck.isEmpty()) return deck

0 commit comments

Comments
 (0)