Skip to content

Instantly share code, notes, and snippets.

View vchatela's full-sized avatar
🎯
Focusing

Valentin C. vchatela

🎯
Focusing
View GitHub Profile
@vchatela
vchatela / Temperatures.java
Created February 2, 2016 21:40
Codingame : Temperatures challenge Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Solution {
@vchatela
vchatela / Thor.java
Created February 2, 2016 21:42
Codingame : Power of Thor Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
* ---
* Hint: You can use the debug stream to print initialTX and initialTY, if Thor seems not follow your orders.
**/
@vchatela
vchatela / Descent.java
Last active February 2, 2016 21:43
Codingame : The Descent Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Player {
@vchatela
vchatela / Skynet.java
Created February 2, 2016 21:43
Codingame : Skynet the Chasm Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Player {
@vchatela
vchatela / Mars.java
Created February 2, 2016 21:46
Codingame : Mars Lander - Level 1 Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Player {
@vchatela
vchatela / Solution.java
Created February 2, 2016 21:49
Codingame : ASCII Art Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Solution {
@vchatela
vchatela / Chuck.java
Created February 2, 2016 21:53
Codingame : ChuckNorris Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Solution {
@vchatela
vchatela / Mime.java
Created February 2, 2016 21:57
Codingame : MIME Types Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Solution {
@vchatela
vchatela / Defibrillators.java
Last active February 2, 2016 22:00
Codingame : Defibrillators Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Solution {
@vchatela
vchatela / Horse-racing_Duals.java
Created February 10, 2016 17:28
Codingame : Horse-racing Duals Solution
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Solution {