The tester files for part 1 and 2 can be found in the /test directory.
gcc test_memstats.c -o memstats./memstats
gcc test_algorithms.c -o algo./algo
You can easily trigger on and off the algorithm by updating the IS_COUNTER_BASED_CLOCK variable defined in vmscan.c.
NOTE: This would require you to recompile and reboot the kernel. You can do this by using either
compile.shorfull_compile.sh