Difference between revisions of "Pathways"

From Coder Merlin
Line 49: Line 49:
== Debugging ==
== Debugging ==
* [[Project-2601|2601 Debugging - First Steps]]
* [[Project-2601|2601 Debugging - First Steps]]
= 3000 Level Projects =
== Abstract Data Types ==
=== Arrays ===
==== Two-Dimensional Arrays ====
==== Two-Dimensional Ragged Arrays ====
=== Sets ===
=== Maps ===
=== Stacks ===
=== Queues ===
==== Priority Queues ====
=== Heaps ===
=== Linked Lists ===
==== Singly-linked Lists ====
==== Doubly-linked Lists ====
== Graphs ==
== Recursion ==

Revision as of 16:24, 4 March 2019

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

1000 Level Projects[edit]

Number Bases[edit]

Positive Numbers[edit]

Negative Numbers[edit]

Boolean Algebra[edit]

Variables and Constants[edit]

Operators[edit]

Basic Input and Output[edit]

Conditionals[edit]

Loops[edit]

Scope[edit]

Functions[edit]

Signatures[edit]

Pass by Value / Pass by Reference[edit]

Random Numbers[edit]

Arrays[edit]

Encapsulation[edit]

Basic Graphics[edit]

Basic Animation[edit]

Data Visualization[edit]

Program Correctness[edit]

Ideal Test Cases[edit]

2000 Level Projects[edit]

Emergence & Lindenmayer Systems[edit]

Debugging[edit]

3000 Level Projects[edit]

Abstract Data Types[edit]

Arrays[edit]

Two-Dimensional Arrays[edit]

Two-Dimensional Ragged Arrays[edit]

Sets[edit]

Maps[edit]

Stacks[edit]

Queues[edit]

Priority Queues[edit]

Heaps[edit]

Linked Lists[edit]

Singly-linked Lists[edit]

Doubly-linked Lists[edit]

Graphs[edit]

Recursion[edit]