Shankar Chakkere's C Recipe Page


home/ crecipes

Here are some of my give away C programs. They are all GPL'd.

[images/caution.gif] To save the program on to your local disk, click the link while holding Shift key. This is true for Netscape Web Browser.

Maintenance, Give the current oddometer reading this program will print when the next service is due & list of services that will be done. Program tuned for Honda Civic LX 1997 , tune it for your car.

8 Queens on the chess board. This is a classic chess problem of placing 8 queens on a chess board in a non threatening positions. This program finds eight of the solutions, but can be modified to find all the solutions. This program uses backtracking algorithm to solve the problem.

Maze. This program will solve the maze. Given a maze, this program will find the path through the maze. There is a limitation in the starting point & exit. This program can be the basis for your Robotic mouse experiment. This program also uses backtracking to find path through the maze.

TicTacToe. This program plays a game of Tic Tac Toe.

__________________________________________________________________
Last update: Wed Feb 13 14:02:22 EST 2002 . Mail me if you have any suggestions.
Back to Shankar's Home Page

Hosted by www.Geocities.ws

1