This is a code to realize the falsi position method. Obvously it´s a first try. You can improve it at your own way and change the function.
Contenido del repositorio
Code for qwirkle game. It includes 3 heuristic strategies for machine players and a machine player that uses the Breath First Search algorithm.
This is an academic project. It's a website to learn piano. It uses a database to sign up for emails with information and documents on learning and more.
It's a breadth first search algorithm implementation. It includes two problems that can be resolved with the NuevoAlgoritmo class.
This is a project that reads a CSV file and prints the rows to the console. It is capable of sorting the rows according to the desired column of the file and printing them as well. It uses the Collections class to do it.
This is a copy from a web page with the one purpose to make a real web page like anyone you can find in the internet. Even is not an exact copy but its my try to get one similar like that.
This is an permutations implementation to any kind of list in java. It uses recursivity to do the permutations. It could be considered as a framework such as Collections framework.