Skip to content

Commit fe5b2e5

Browse files
authored
Update Solution.kt
1 parent 39bb359 commit fe5b2e5

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/g0401_0500/s0440_k_th_smallest_in_lexicographical_order

1 file changed

+1
-0
lines changed

src/main/kotlin/g0401_0500/s0440_k_th_smallest_in_lexicographical_order/Solution.kt

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

33
// #Hard #Trie #2022_12_22_Time_149_ms_(100.00%)_Space_32.5_MB_(100.00%)
44

5+
@Suppress("NAME_SHADOWING")
56
class Solution {
67
fun findKthNumber(n: Int, k: Int): Int {
78
var k = k

0 commit comments

Comments
 (0)