Class Suche

java.lang.Object
  extended by Suche

public class Suche
extends java.lang.Object

lineare Suche eines Wertes und des Minimums im Array und binaere Suche im geordneten Array


Constructor Summary
Suche()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suche

public Suche()
Method Detail

main

public static void main(java.lang.String[] argv)