Skip to content

LucFabresse/CJSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CJSolver

CodeJam (http://code.google.com/codejam) is a programming contest. It includes a lot of problems. For each problems, 2 data sets are provided: a small one and a large one. It is really interesting to learn programming. You can try a solution on the small data set and also send it to the CodeJam web site to know if it is correct. And then try on the larger data set.

CJSover is a framework written in Pharo to easily implement algorithms to solve a CodeJam problems. It simplifies file reading and writing. It provides implementations of possible solutions to some problems. And for those "solved" problems, I commit here the correct solution to then be able to run automated tests that re-run them.

HOW TO USE

$ git clone https://github.com/LucFabresse/CJSolver.git CJSolver.git
$ cd CJSolver.git
$ sh newImage.sh 				# this will download the Pharo VM + Pharo image + load the CJSolver code
$ ./pharo-ui cjsolver.image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published