Skip to content

symphony-elias/problem-1912H

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is an attempt to solve problem 1912H. It tries to find a solution and returns the first encountered one, regardless of the number of jumps. The algorithm is recursive and tries all possible city pairs until a solution is found.

The Main.java file was submitted to codeforces without the package statement but lead to a wrong answer on test 3 (suboptimal solution).

How to build and run

To build and run tests: mvn clean package.

To execute: mvn exec:java -Dexec.mainClass="org.ecroze.Main"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages