Tagged Questions
4
votes
1answer
601 views
Coding site with test harness for basic data structures like linked list,graph,strings etc
I just took an Amazon online test and I messed it up badly. I am out of practice and have low confidence in writing code.
Are there any coding sites with test harnesses for basic data structures and ...
2
votes
3answers
229 views
How to test a code online?
I am preparing for technical interview and would like to brush my coding skills.
I have written a C++ program and would like to test it online. I don't have access to any linux compiler on my machine. ...