de.hska.info1.uebung.rekursion
Class FibonacciZahlen

java.lang.Object
  extended by de.hska.info1.uebung.rekursion.FibonacciZahlen

public class FibonacciZahlen
extends java.lang.Object


Constructor Summary
FibonacciZahlen()
           
 
Method Summary
 long getFibonacciZahl(int n)
           
 long getFibonacciZahl1(int n)
           
 long getFibonacciZahl2(int n)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FibonacciZahlen

public FibonacciZahlen()
Method Detail

getFibonacciZahl1

public long getFibonacciZahl1(int n)

getFibonacciZahl2

public long getFibonacciZahl2(int n)

getFibonacciZahl

public long getFibonacciZahl(int n)

main

public static void main(java.lang.String[] args)
Parameters:
args -


Prof. Dr. Pape