Skip to content

Instantly share code, notes, and snippets.

@RedTn
Created February 18, 2016 05:29
Show Gist options
  • Save RedTn/b925768f35fa085dac21 to your computer and use it in GitHub Desktop.
Save RedTn/b925768f35fa085dac21 to your computer and use it in GitHub Desktop.
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