A number of experimental C codes in a variety of fields. Some math problems are taken from here.
gcc -Wall -Wextra -pedantic -lcunit -lm -std=c11 file_name.c
clang -Wall -Wextra -pedantic -lcunit -lm -std=c11 file_name.c
./a.out
There are many integrated development environments (IDE) available for variety of operating systems. one bundled with a mingw compiler is called Code::Blocks.
Some hints and stats for 196 problem. Also called "Lychrel numbers".
Output text explanation:
fd_ld: first/last digit equality
cl_cr: center_left/center_right digit eq
av: average of digits
odds: oddly occurred digits
A Sudoku searcher based on "constraint satisfaction" ideas.
The quest to find out whether ten is alone or it has one friend at least.
And more C codes to investigate.
This repository uses CUnit testing library.