My favorites | Sign in
Google
Projects on Google Code Results 1 - 7 of 7
This package currently contains binary, binomial, Fibonacci, pairing, skew, and leftist implementations. The heaps have been carefully crafted to interact with the Java Collections API and throughly tested (with JUnit) for industrial strength robustness. The first version of this package is now a...
This project is mainly created to learn about more effective algorithms and solutions to various computational problems. I will try to suggest a new problem weekly to which people can upload sample solutions/algorithms and code. -> 24/02/2009 Added ACM 2008 problem B, also available from http:/...
Fibonacci Algorithm using BigInteger. Developed in language java.
Project locates prime numbers in the Fibonacci Sequence. This project calculates Fibonacci Primes by testing every possible factor (hence finds them the hard way). This is done to prove that the number is prime and not a probable prime. Only Fibonacci Numbers that return zero factors are return...
Planning Poker
=VEGA= VEGA is both a program for visualizing algorithms, as well as a library of Graph classes that can aid the programmer in the development of their own algorithms. ==Library== The VEGA library is currently under development, but so far has a large set of base classes to work with. The cod...
An efficient, imperative Fibonacci heap library, based on the pseudocode of Cormen, Leiserson, Rivest, and Stein.