xdanielsb / marathon-book

:exclamation: A collection of algorithms for competitive programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marathon's book


Configurations and ways to fire up the scripts

Go

$ export PATH=$PATH:/opt/go/bin
$ export GOPATH=$HOME/Documents/golang
$ export GOROOT=/opt/go

$ go run filename.go

Java

$ export JAVA_HOME=/usr/local/jdk1.8.0_111
$ export PATH=$JAVA_HOME/bin:$PATH


$ javac filename.java
$ java filename

Acknowledgements

  • Bjarki Ágúst Guðmundsson : Some awesome algorithms of this book were created by him.

references tutorials point python std

About

:exclamation: A collection of algorithms for competitive programming.

License:MIT License


Languages

Language:C++ 80.6%Language:TeX 12.2%Language:Python 6.6%Language:Shell 0.3%Language:Java 0.3%Language:C 0.0%