Is it worth continuing to solve shape-printing problems on LeetCode while learning C?

0
1
Asked By CuriousCoder57 On

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

Answered By LeetCodeLover99 On

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!

CuriousCoder57 -

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.