http://mathbits.com/MathBits/Java/arrays/Bubble.htm  						  BubbleSort
http://www.vogella.com/articles/JavaAlgorithmsPrimeFactorization/article.html Primes
http://wiki.answers.com/Q/Determinant_of_matrix_in_java						  Determinant
http://www.java-examples.com/fibonacci-series-java-example					  Fibo
http://java90.blogspot.com/2012/02/n-queens-problem-in-java.html			  n-Queens
http://www.vogella.com/articles/JavaAlgorithmsTowersOfHanoi/article.html     Towers of Hanoi
http://www.vogella.com/articles/JavaAlgorithmsEuclid/article.html            GCD
