Skip to content

Instantly share code, notes, and snippets.

View slavaceornea's full-sized avatar

Slava Ceornea slavaceornea

  • Stockholm, Sweden
View GitHub Profile
@slavaceornea
slavaceornea / ServiceLane.java
Created June 25, 2016 10:09
This Java class solves the Service Lane problem. Check code comments for more details.
package servicelane;
import java.util.Scanner;
/**
*
* @author Slava
*
*/
public class ServiceLane {
@slavaceornea
slavaceornea / NewYearChaos.java
Created July 17, 2016 13:05
This java class solves the NewYearChaos problem. Check out code comments for description of problem and solution.
package newyearchaos;
import java.util.Scanner;
/**
*
* @author Slava
*
* It's New Year's Day and everyone's in line for the Wonderland rollercoaster ride!
*