Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 507 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 507 Bytes

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