Tag: toread
BBC News – ‘Memories’ pass between generations
CrowdGrader Brings Crowdsourcing to the Task of Grading Homework
Networks, Crowds, and Markets: A Book by David Easley and Jon Kleinberg
Skilldrick » Magic in software development
Cognitive Science Meets Pre-Algebra
Cognitive Science Meets Pre-Algebra. “Randomized, controlled trials… to determine which educational methods work and which do not.”
Microsoft Application Architecture Guide, 2nd Edition
Architectural Blueprints—The “4+1” View Model of Software Architecture – 4+1view-architecture.pdf
Architectural Styles and the Design of Network-based Software Architectures
A Gentle Introduction to Algorithm Complexity Analysis
A Gentle Introduction to Algorithm Complexity Analysis.
Theoretical computer science has its uses and applications and can turn out to be quite practical. In this article, targeted at programmers who know their art but who don’t have any theoretical computer science background, I will present one of the most pragmatic tools of computer science: Big O notation and algorithm complexity analysis. As someone who has worked both in a computer science academic setting and in building production-level software in the industry, this is the tool I have found to be one of the truly useful ones in practice, so I hope after reading this article you can apply it in your own code to make it better. After reading this post, you should be able to understand all the common terms computer scientists use such as "big O", "asymptotic behavior" and "worst-case analysis".