Skip to content

Instantly share code, notes, and snippets.

@yangbrian
yangbrian / CSAPTest.java
Last active December 16, 2015 19:29
Number 10 on the Practice AP
public class Test {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println(mystery(0, arr.length - 1, 0));
}