Difference between revisions of "Pathway W2000s"

From Coder Merlin
Line 19: Line 19:
* W2211 A Stack
* W2211 A Stack
* W2212 The Execution Stack
* W2212 The Execution Stack
== Higher Order Functions ==
* [[W1349 Higher Order Functions]]


== Recursion ==
== Recursion ==
Line 28: Line 31:
* [[W2232 Big-O Notation]]  (Best-, Average-, Worst-case)]
* [[W2232 Big-O Notation]]  (Best-, Average-, Worst-case)]


== Higher Order Functions ==
* [[W1349 Higher Order Functions]]


== Advanced Graphics ==
== Advanced Graphics ==

Revision as of 10:42, 18 March 2021

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

Common Types and Operations[edit]

  • Dates
  • Floating Point Representation

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

Higher Order Functions[edit]

Recursion[edit]

Big O[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]

Web Technology Introduction[edit]