Programs

Here are my programs. If you find an interesting one, click on its name and you will be directly send to it on GitHub.

Sudoku-Solver

c++

This programs is supposed to figure out solutions for sodokus regardless of difficulty or amount of preexisting numbers. Sodokus need to be entered as files (.txt, .rtf or .dat) and written in a specific form. Some example sodokus can be found on the same Git.
Pretty much by brute-force, but still quicker than me.

Pizza Calculator

C#

Figure out how much pizza costs per square centimeters. Very helpful if you want to get the most out of your hard earned money.

CPU LagStop

C#

Batch script creator for programs using only specific CPU cores. Creates the script used here by filling some information.