net.obsearch
Class TestQs

java.lang.Object
  extended by net.obsearch.TestQs

public class TestQs
extends Object


Constructor Summary
TestQs()
           
 
Method Summary
static void combiCounter(char[] chars)
           
static void combiRecursive(char[] chars)
           
static void combiRecursiveAux(char[] chars, int start, StringBuilder buf, boolean[] flags)
           
static void printChars(long counter, char[] chars)
           
 void testCombi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestQs

public TestQs()
Method Detail

combiCounter

public static void combiCounter(char[] chars)

printChars

public static void printChars(long counter,
                              char[] chars)

combiRecursive

public static void combiRecursive(char[] chars)

combiRecursiveAux

public static void combiRecursiveAux(char[] chars,
                                     int start,
                                     StringBuilder buf,
                                     boolean[] flags)

testCombi

public void testCombi()


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.