We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bb359 commit fe5b2e5Copy full SHA for fe5b2e5
src/main/kotlin/g0401_0500/s0440_k_th_smallest_in_lexicographical_order/Solution.kt
@@ -2,6 +2,7 @@ package g0401_0500.s0440_k_th_smallest_in_lexicographical_order
2
3
// #Hard #Trie #2022_12_22_Time_149_ms_(100.00%)_Space_32.5_MB_(100.00%)
4
5
+@Suppress("NAME_SHADOWING")
6
class Solution {
7
fun findKthNumber(n: Int, k: Int): Int {
8
var k = k
0 commit comments