❔ Help with problem solving
I am currently learning C# and I think it's going quite well. Well, at least the syntax part. My biggest problem right now is the 'problem solving' part. I know where I currently stand in a project and I know what I want to create. The problem is the breaking it down in smaller pieces, which slowly gets you to your destination. Does anyone have any tips on how to train this? I know that writing a lot of code is the solution, but perhaps there are websites/books/specific exercices that help you with this?
5 Replies
The best thing really is practice. Maybe you can do code exercises such as leetcode
Another would be the Project Euler
Archived Problems - Project Euler
A website dedicated to the fascinating world of mathematics and programming
And Advent of Code, of course
https://adventofcode.com/
Although that one ramps up in difficulty more quickly than others
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.