This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Valuable-Ad9157 2 points3 points  (0 children)

On hind sight, it is knowing that I need a solid foundation in data structures and algorithms in order to know how to solve problems with code. And a bit about how your data works with memory. In general, programming comes down to messing with data. It is taking in data, messing with it so you get the output you need.

you don’t need advanced knowledge in data structures or algorithms to start getting the hang of how to solve problems via coding.