Algorithms for the Love of It: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
* It is extremely easy to forget this stuff unless you find a way to involve it in your everyday life (context) - always, always try to find some kind of relationship between these concepts and your every day code, no matter how obscure!
* It is extremely easy to forget this stuff unless you find a way to involve it in your everyday life (context) - always, always try to find some kind of relationship between these concepts and your every day code, no matter how obscure!
* Memorization is very important - do not believe otherwise!  
* Memorization is very important - do not believe otherwise!  
* If you come from a developer bootcamp / didn't study computer science in school background - a big mistake many people make is diving into a college level algorithms class first. Most of the basics of algorithms are covered in a freshman level Data Structures class. I highly recommend shelling out for a 800 or 900 page college data structures book. The problem with online classes is that they condense too much information into short 5 minute sound bites, when what you really need is hundreds of hours of lectures and an even thicker textbook. Once I got my hands on a Data Structures text book I felt much less overwhelmed, and the lengthier explanations and examples made the coursework easier to understand. You honestly aren't going to encounter this stuff very often in your day to day life as a software engineer, but it's fun stuff to know and should be a good hobby you keep up unless you luck out and get one of those rare dream jobs at Google or academia.


Formerly [https://noisebridge.net/wiki/(affiliated_with)_Women_Who_Code_Algorithms_Study_Group algorithms study group affiliated with women who code]
Formerly [https://noisebridge.net/wiki/(affiliated_with)_Women_Who_Code_Algorithms_Study_Group algorithms study group affiliated with women who code]

Revision as of 09:21, 8 August 2015

Because we love Computer Science!


Learning Tips

  • It is extremely easy to forget this stuff unless you find a way to involve it in your everyday life (context) - always, always try to find some kind of relationship between these concepts and your every day code, no matter how obscure!
  • Memorization is very important - do not believe otherwise!
  • If you come from a developer bootcamp / didn't study computer science in school background - a big mistake many people make is diving into a college level algorithms class first. Most of the basics of algorithms are covered in a freshman level Data Structures class. I highly recommend shelling out for a 800 or 900 page college data structures book. The problem with online classes is that they condense too much information into short 5 minute sound bites, when what you really need is hundreds of hours of lectures and an even thicker textbook. Once I got my hands on a Data Structures text book I felt much less overwhelmed, and the lengthier explanations and examples made the coursework easier to understand. You honestly aren't going to encounter this stuff very often in your day to day life as a software engineer, but it's fun stuff to know and should be a good hobby you keep up unless you luck out and get one of those rare dream jobs at Google or academia.

Formerly algorithms study group affiliated with women who code

Misc