Java maven - dvberkel/debruijn GitHub Wiki

Build Status This page describes the starter project in Java with Maven.

Other starter projects can be found on the overview.

Clone this project and checkout the java-maven branch. Provide implementations to make all the tests pass for the following methods

  1. WordGenerator.each
  2. Cycle.findACycleAmongEdgesFromStart
  3. Cycle.merge

A passing implementation can be found in the java-maven-finished branch.

Maven

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

You can find detailed instructions for installation at the documentation page.

⚠️ **GitHub.com Fallback** ⚠️