Skip to content

bernik/codeeval-message-decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

message-decoding

my solution of codeeval message decoding challenge

Usage

with leiningen

$ lein run [path]

with uberjar

$ lein uberjar
$ java -jar message-decoding-0.1.0-standalone.jar [path]

Options

path - path to input data file

Might be Useful

If you, like me, want to submit clojure solution to codeeval, don't. They will say that challenge is partially solved because of memory consumption and time. Looks like codeeval is broken for clojure.

License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

My solution of codeeval challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published