I've been learning C for the past eight months in my university course, and while I've passed my Data Structures and Algorithms course, I feel like I'm still at a beginner level. I excel in theory but really struggle in labs where writing code is essential. People suggest I practice on Leetcode, but I find the easy problems hard even with debugging help. Is there an easier platform or specific collections of questions that can help me build up my skills before I tackle tougher challenges?
2 Answers
Codewars could be a perfect fit for you! It helped me a lot when I was transitioning from theory to actual coding. I get that DSA can be tough; often, you need to implement complex techniques like heaps or dynamic programming instead of just straightforward algorithms. Keep at it, and you'll get the hang of it!
Using a debugger is a great way to improve, so don't shy away from it! It's normal to rely on it when you're starting. I find using a debugger can really help in understanding how your code is executed. Instead of Leetcode, maybe try tackling personal projects or automation problems—those can be more motivating since you're solving real issues. That way, you might remember the nuances of coding better!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically