Algorithms for the Love of It: Difference between revisions

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




= Learning Tips =  
= Highly Suggested Learning Preparation =  


* Memorization is very important
* 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 [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]
= Misc =
 
* [http://www.businessinsider.com/lockharts-lament-math-education-is-wrong-2014-10 Everything about the way we teach math is wrong]
* [https://www.maa.org/external_archive/devlin/LockhartsLament.pdf A mathematician's lament]

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]