Difference between revisions of "Pathway W2000s"

From Coder Merlin
Line 40: Line 40:
== Collection Types ==
== Collection Types ==
* Arrays
* Arrays
* [[W2273 Dictionaries]]
* [[W2273]] [[Dictionaries]]
* [[W2281 Stacks]]
* [[W2281 Stacks]]
* [[W2285 Sets]]
* [[W2285 Sets]]

Revision as of 09:07, 15 October 2021

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

Common Types and Operations[edit]

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]