Difference between revisions of "Pathways"

From Coder Merlin
Line 15: Line 15:
=== Mutt ===
=== Mutt ===
=== Self-service Snapshot Retrieval ===
=== Self-service Snapshot Retrieval ===
=== The Swift REPL ===


== Variables and Constants ==
== Variables and Constants ==

Revision as of 20:00, 11 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]

Lab Basics[edit]

Client/Server Technology[edit]

Logging On[edit]

The "Shell"[edit]

Files and Directories[edit]

Emacs[edit]

Git[edit]

Mutt[edit]

Self-service Snapshot Retrieval[edit]

The Swift REPL[edit]

Variables and Constants[edit]

Operators[edit]

Basic Input and Output[edit]

Conditionals[edit]

Ternary Operator[edit]

Loops[edit]

Scope[edit]

Functions[edit]

Signatures[edit]

Pass by Value / Pass by Reference[edit]

Random Numbers[edit]

Arrays[edit]

Encapsulation, Classes, and Objects[edit]

Basic Graphics[edit]

Basic Animation[edit]

Custom String Convertible[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]

Regular Expressions[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]

Unordered Singly-linked Lists[edit]

Ordered Singly-linked Lists[edit]

Doubly-linked Lists[edit]

Circular Linked Lists[edit]

Graphs[edit]

Recursion[edit]

Dynamic Programming[edit]