When to Use While Loop or For Loop,
Published in
2 min readFeb 2
--
Coding Challenges tips
Solving coding problems can be pretty hard, but from my experience, I’ve learned that understanding the fundamentals of code helps you in the long run.
This post is a result of my research on understanding the reasoning behind why and when to use a for-loop or a while-loop.