Difference between revisions of "Pathway W2000s"

From Coder Merlin
Line 9: Line 9:
* Selection Sort
* Selection Sort
* Merge Sort
* Merge Sort
* Space and Time Efficiency of Sorts
* Big-O Notation (Best-, Average-, Worst-case)
== Advanced Graphics ==
== Advanced Graphics ==
* [[W2261 Paths]]
* [[W2261 Paths]]

Revision as of 22:34, 4 September 2019

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

Common Types and Operations[edit]

  • Dates

Object Equivalence[edit]

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

Sorting[edit]

  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Space and Time Efficiency of Sorts
  • Big-O Notation (Best-, Average-, Worst-case)

Advanced Graphics[edit]

Emergence & Lindenmayer Systems[edit]

Data Modeling[edit]

Debugging[edit]

Error Handling[edit]

Defensive Programming[edit]

Text File Processing[edit]