TheAlgorithms / Scala

All Algorithms implemented in Scala
MIT License
1.08k stars 391 forks source link

Fix syntax of some var args #37

Closed mt40 closed 5 years ago

mt40 commented 5 years ago

Argument type is List but arguments are passed like var-args so I change the syntax to make compilation succeeds.