cortadocodes / personal-development

My 2018 personal development plan as a software engineer.
6 stars 5 forks source link

You Need to Focus on Algorithms + Datastructures #7

Open skailasa opened 5 years ago

skailasa commented 5 years ago

I've just had a quick look at this, to get ahead I recommend you spend more time on learning key algorithms (Sorting, searching, etc) and data structures (hashmaps, stacks, queues etc) as CS fundamentals are pretty much a pre-req of a lot of jobs at the big guys (google, fb, etc) if you end up trying to go for them. :)

Check out:

cortadocodes commented 5 years ago

Thanks for the input @skailasa ! As it happens this kind of stuff is what I'm currently working on but isn't reflected in my repo. I'll update it and take a look at those books!