bmaddy / ranked-choice-vote

Calculating ranked choice vote in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the script

# download Clojure and unzip it
wget http://repo1.maven.org/maven2/org/clojure/clojure/1.5.1/clojure-1.5.1.zip
unzip clojure-1.5.1.zip

# run the script
java -cp clojure-1.5.1/clojure-1.5.1.jar clojure.main ranked-choice-vote.clj SampleData1.csv

Sample data is borrowed from here: https://github.com/wch/ranked-choice-vote

About

Calculating ranked choice vote in Clojure


Languages

Language:Clojure 100.0%