You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Buch 5860982824
pulling everything up a level
15 years ago
..
Makefile pulling everything up a level 15 years ago
README pulling everything up a level 15 years ago
hanoi.c pulling everything up a level 15 years ago
life.c pulling everything up a level 15 years ago
magic.c pulling everything up a level 15 years ago
queens.c pulling everything up a level 15 years ago
shuffle.c pulling everything up a level 15 years ago
tt.c pulling everything up a level 15 years ago

README

Description of files 

--------------------
JustForFun
|
|----> hanoi.c -- The Towers of Hanoi Solver
|----> life.c -- The Game of Life demo
|----> magic.c -- An Odd Order Magic Square builder
|----> queens.c -- The famous N-Queens Solver
|----> shuffle.c -- A fun game, if you have time to kill
|----> tt.c -- A very trivial typing tutor