Hey folks! I'm currently learning plain C and I've just tackled some shape-printing problems, specifically hollowed and filled triangles. I was wondering if it's worth continuing with more LeetCode challenges focused on nested loops that print shapes. I feel like there's an endless list of these problems, and while they're useful, I don't want to get too stuck on just one topic.
1 Answer
You can totally choose what you want to work on! Plenty of good C developers have never touched those triangle problems and they're still killing it. Solving all those shape problems is more like a fun brain teaser than a must-do for practical coding. If you're not feeling it, skip it!
Thanks! I guess it’s better to move on and explore other topics. I’ve heard that dwelling too long on a single topic can hinder my progress.