How to Get Back on Track with Programming Skills?

0
2
Asked By TechnoWhiz42 On

I'm currently in my second year of computer science and struggling with some programming assignments. I often rely on chat for assistance and find it hard to write complex programs independently. I genuinely enjoy programming and tech, but I prefer working on real projects rather than theoretical school assignments which often lack clear guidance. Right now, I'm having a tough time with Binary Search Trees and I'm not sure where to start. I feel like I've missed a lot of fundamental concepts since I began studying because of my reliance on chat assistance, which I believe has hindered my logical thinking and problem-solving abilities. I really want to improve and not just hold a degree without actual skills. I'm looking for advice on how to catch up and effectively learn what I need, even though I feel so far behind. How can I re-engage with programming and improve my skills?

1 Answer

Answered By CodeNinja77 On

You might want to try stepping away from AI tools completely for a bit. They can be tempting, but relying on them often can cloud your understanding. If you find yourself stuck, take a look at the official documentation, which usually has solid examples. A good approach is to set a timer for 30 minutes to an hour to tackle the problem yourself first before seeking help from AI without code solutions. This way, you’ll be actively engaging your brain instead of just getting spoon-fed solutions.

LearningToLearn -

That makes sense! Should I focus on the basics, like implementing BSTs and their functions? I'm unclear about concepts like double pointers and recursion. Is it better if I stick to studying without using AI and reach out for help only when I'm really stuck?

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.