| Projects on Google Code | Results 1 - 5 of 5 |
A simple Sudoku solver written in C that utilizes the backtracking algorithm. This is compatible with all operating systems but has been created using Xcode 3.2.
[http://RoboZZle.com RoboZZle] is a set of puzzles where you should develop programs for a small robot to help it collect all the stars on the puzzle field using specialized programming language. Robot control language is very simple, but with instruction count limited and recursion allowed puzzles ...
Este juego es una version del juego lab rat, en el cual una rata debe encontrar su camino hacia el queso dentro del laberinto.
Se provee funcionalidad para que pueda ser jugado por la CPU o un jugador humano.
Para la CPU, se usaran algoritmos de backtracking y algoritmos heuristicos.
This program detects veins or vessels in various B/W images and classifies them by ranks using backtracking algorithm.
|| http://veinsdetect.googlecode.com/svn/trunk/%20veinsdetect/VeinsClassification/WikiImagesDB/veins_veins_n10e%203.PNG ||
Short explanation about the project can be found ...
The 8-Queens Problem on a chessboard, which has 92 solutions, is a well-known hard problem. The N-Queens Problem is an extension of the classical 8-Queens Problem. The problem is to put N queens on a NxN board so that no two queens attack each other. The program will calculate the total solutions sa...