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 aa434ce commit 7afb28bCopy full SHA for 7afb28b
solution/001.Two Sum/Solution.scala
@@ -1,5 +1,4 @@
1
2
-import scala.collection.mutable
3
object Solution {
4
5
def twoSum(nums: Array[Int], target: Int): Array[Int] = {
0 commit comments