Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singpolyma/sortable-coding-challenge


https://github.com/singpolyma/sortable-coding-challenge

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

This repo is intended to contain solutions for .

To build solutions, simply run "make".

All solutions assume that the listings.txt and products.txt files are in the current directory.

All solutions write the final JSON to stdout. Run like this:

./match > output.json
scala -classpath .:jackson.jar Match > output.json

== Requirements for the Haskell ==

The Haskell solution requires Text.JSON to be installed. On Debian derivatives the package name is libghc6-json-dev

== Requirements for the Scala ==

The Scala solution requires a JAR file for Jackson (the Java JSON parser) in the top level called jackson.jar. It also requires all the source code or class files from be at the top level.

== Status of Solutions ==

A program is never really "complete", and that is especially true of this problem. I will probably for quite some time wake up with things to try that might improve precision or recall.