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 2c30ef9 commit f67f38dCopy full SHA for f67f38d
src/test/kotlin/com/igorwojda/string/getduplicatedarguments/Solution.kt
@@ -11,7 +11,7 @@ private object Solution1 {
11
}
12
13
// Time complexity: O(n)
14
-// Optimal solution using double pointer.
+// Using double pointer.
15
private object Solution2 {
16
fun getDuplicatedArguments(vararg strings: String): List<String>? {
17
var pointer1 = 0
0 commit comments