113
How do I pass a coding test?
(lemmy.world)
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Yeah, those kind of questions are silly and don’t reflect problems that happen in real life.
My advice when you get a question similar to this is to have a pen and paper at hand. Draw a few easy examples and find a solve those systematically by hand. From there you go to harder and harder examples and adapt your system for those examples. Try to find examples where your system fails.
Once you’re confident you’ve found all corner cases you can start to write down the algorithm.
That’s the advice I can give. Hope it helps!
Definitely helpful! Thanks
When I think about it, what I just wrote is basically test driven development, but by hand on a piece of paper.