By Joseph Baylon
- written in Java
- depends on JUnit for testing
- build and dependency manager used is Maven
- src/main/java - main class is Tree
- src/test/java - main class is TreeTest; sections are labeled from PART 1 to PART 6
- install Git on your system (http://git-scm.com/book/en/Getting-Started-Installing-Git)
- install Maven on your system (http://maven.apache.org/download.cgi)
- git clone git@github.com:jgbaylon/scopely-challenge.git
- cd scopely-challenge
- mvn test