How Can I Improve My C Coding Skills After Struggling with Labs?

0
7
Asked By CodeNinja123 On

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

Answered By CodingEnthusiast76 On

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!

Answered By TechieWizard89 On

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

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.