Tagged Questions
1
vote
2answers
292 views
Testing C++ code with bash commands
I've read a programming problem and then I wrote code for it.
But I thought my algorithm was not working right, so I wrote another piece of code that it was not optimal but, I think, correct.
Now I ...