Scala
Scala copied to clipboard
All Algorithms implemented in Scala
The LGTM analysis being conducted is treating the code as javascript not scala, anybody know why this is happening?
I would like to add Algorithms from CLRS(i.e Introduction to Algorithms, 3rd Edition) as well as from Art of Computer Programming
I want to add some common data structures
Changes Made Mathematics -> Abs.scala - Removed redundant return keywords, made the whole function inline and fixed issues found in the doc comments AbsMax.scala - Added the imports for abs...
Cleanup build.sbt and fix travis.yml to support automatic build on the last 3 scala versions: * 2.10.x * 2.11.x * 2.12.x Do we want to build on all 3 versions...
I am new to Scala, so please double check things before merging. ### In this PR I fixed: - All of the errors mentioned in [Issue 41](https://github.com/TheAlgorithms/Scala/issues/41) - Updated the...