Scientific Calculator
Vasil Kadifeli
Scripts
- SolveSudoku
Some silly recursive code to solve your Sudoku puzzles for all possible solutions
- EightQueens
Eight Queens - Problem solution via recursion. Solves a board with size from 1x1 up to 10x10
- TowersOfHanoi
Towers Of Hanoi - Problem solved recursively. Three pegs and a large amount of disks.