CompSciWeek2

From Predictive Chemistry
Revision as of 11: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…")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

(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