this post was submitted on 13 Oct 2023
12 points (92.9% liked)
Programming
17507 readers
9 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Those cs50 courses are not particularly easy and the problem sets are designed to push you.
You'll always need to quick reference basic things, so don't worry about that, and ChatGPT is great for 'dumb' questions.
As far figuring out how to tackle a problem, remember to break things down into smaller problems and work with those. Each small problem should have it's own function and then test each function on its own to ensure you get the results you want.
Data structures and algorithms are not easy. While cs50 does a great job explaining things, look at other sources too for concepts your having trouble with to get a different perspective. While your doing that, experiment with the concept and play around with it in code.