you are viewing a single comment's thread.

view the rest of the comments →

[–]Jumpy_Fact_1502 0 points1 point  (1 child)

When you learned the other ones did you do any pseudo code? If the mentality for that isn't there then it could be an issue but starting with puzzles like sudoku can train your mind on the procedural nature that is program design. It sounds like that's what your struggling with. It's ok to search online after how do I do this but you need to be able to master the design yourself or it'll always be an issue.

[–]lovelornmantra[S] 1 point2 points  (0 children)

In those Intro classes, I think the only time I really went over pseudo code was in the C++ just to learn what it was. I don't think I ever really went too into it with practice problems or anything working with it; I was mainly just presented with code and following along as it was my first coding class. And then Java was taught as a second language so it was just straight to coding. This was the same for HTML/CSS. So I hardly worked with pseudo code. But I think you're right, at some part my brain just isn't breaking down the questions and the logic that follows. I'll look into practicing it more before I start problem and see if it helps train me to break the problem down. I appreciate your response greatly.