How to create good debugging problems for a contest?
Posted
by GG
on Stack Overflow
See other posts from Stack Overflow
or by GG
Published on 2010-01-21T15:08:28Z
Indexed on
2010/04/19
2:03 UTC
Read the original article
Hit count: 265
I am involved in a contest, and in one event we have debugging questions. I have to design some really good debugging problems in C and C++.
How can I create some good problems on debugging? What aspects should I consider while designing the problems?
© Stack Overflow or respective owner