Skip to content

yesyesyes/RandomStuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Just some random stuff

Layout:

	src
     |-main/
         |.../Sorting.scala — some simple sorting algorithms
         |.../nnprblms — part of 99 scala problems solutions
     |-test/
         |.../SortingTests.scala

99 Scala problems link.

To test it locally:

  1. Install the current stable binary release of sbt

  2. Get the source code.

     $ git clone git://github.com/yesyesyes/RandomStuff.git
    
  3. run

     $ sbt test
    

About

Added merge sort and tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages