Created
February 18, 2016 05:29
-
-
Save RedTn/b925768f35fa085dac21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.leetcode.ackermann; | |
import java.util.Scanner; | |
public class Ackermann { | |
private int _test; | |
public static long computeAckermann(long m, long n) { | |
} | |
public static void main(String[] args){ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment