box-o-sand/JustForFun
2009-11-18 19:37:27 -05:00
..
hanoi.c Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
life.c Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
magic.c Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
Makefile Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
queens.c Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
README Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
shuffle.c Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00
tt.c Revert "doing some find+sed cleanup" 2009-11-18 19:37:27 -05:00

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