Algorithms for the Love of It: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(emphasize prior preparation)
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:




= Learning Tips =  
= Highly Suggested Learning Preparation =  


* 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!
* If you come from a developers' bootcamp / didn't-study-Computer-Science-in-school background....., a big mistake many people like yourselves make is diving into a college-level Algorithms class first. I think it's much wiser to obtain a 500-900 page basic Data Structures Computer Science book, watch an online course on Coursera, and then augment that with the more comprehensive Algorithms course available on MIT.
* 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.
* 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!


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]

Latest revision as of 16:24, 8 August 2015

Because we love Computer Science!


Highly Suggested Learning Preparation[edit]

  • If you come from a developers' bootcamp / didn't-study-Computer-Science-in-school background....., a big mistake many people like yourselves make is diving into a college-level Algorithms class first. I think it's much wiser to obtain a 500-900 page basic Data Structures Computer Science book, watch an online course on Coursera, and then augment that with the more comprehensive Algorithms course available on MIT.
  • Memorization is very important - do not believe otherwise!
  • 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!

Formerly algorithms study group affiliated with women who code

Misc[edit]