diegodantasf / cp-codebook

Common algorithms that I use in competitive programming
0 stars 0 forks source link

Testing procedure for implementations #2

Open diegodantasf opened 3 years ago

diegodantasf commented 3 years ago

Create a procedure, probably a program, to test our implementations. One idea is to compare outputs with a brute force solution, that we know is right, automatically.