CompSciWeek2
From Predictive Chemistry
Revision as of 10:45, 1 September 2014 by David M. Rogers (talk | contribs) (Created page with "(Wed. only) Algorithms, Continued ===================== * Beginning Python, Chapter 5 * Algorithms, Chapters 1-3 ** ignore python 'Class' for now * Complexity notation, O(n), et…")
(Wed. only)
Algorithms, Continued
=========
- Beginning Python, Chapter 5
- Algorithms, Chapters 1-3
- ignore python 'Class' for now
- Complexity notation, O(n), etc.
- Loop Complexity
- First algorithms (Horner, Euclid, Babylonian)
- Code walk-through for a poorly designed Euclids algo.
- The KISS, DRY, and incremental principles
- Loading python modules