What are Proof Tests and how are they different to Unit Tests? November 7, 2016 algorithms, proof tests, unit test, unit tests No Comments I describe two solutions in C++ and C# to the LineSpace Algorithm and I tested using the following pseudo-code: const int N = 1000; // number of test samples … [Continue Reading...]