This folder contains my codes focusing on algorithms efficiency. There are four projects:
C++:
- Sudoku: Algorithmic sudoku solver.
- Circle-summation challenge: An online published programming challenge at www.interviewstreet.com.
Currently ~10% submitted progams are accepted as good solutions. - EQUATIONS: An online published programming challenge at www.interviewstreet.com. Currently 1/3 submitted programs are accepted as good solutions.
Python: 4. Sudoku_python: A GUI sudoku game written in Python (with Pygame library).