Difference between revisions of "Pathway W2000s"

From Coder Merlin
Line 2: Line 2:
== Common Types and Operations ==
== Common Types and Operations ==
* Dates
* Dates
== Structs ==
== Classes ==
== Object Equivalence ==
== Object Equivalence ==
* Comparing Objects
* Comparing Objects

Revision as of 12:00, 21 October 2020

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Common Types and Operations[edit]

  • Dates

Structs[edit]

Classes[edit]

Object Equivalence[edit]

  • Comparing Objects
  • Copying Objects: Deep Copy vs Shallow Copy

Two Easy Sorts[edit]

Execution Stack[edit]

  • W2211 A Stack
  • W2212 The Execution Stack

Recursion[edit]

Big O[edit]

Higher Order Functions[edit]

Advanced Graphics[edit]

Collection Types[edit]

Emergence & Lindenmayer Systems[edit]

Data Modeling[edit]

Debugging[edit]

Error Handling[edit]

Defensive Programming[edit]

Text File Processing[edit]