Difference between revisions of "Pathway W1000s"

From Coder Merlin
 
(17 intermediate revisions by 5 users not shown)
Line 10: Line 10:
* [[W1007 GitHub]]
* [[W1007 GitHub]]
** [[W1007.20 Merging]]
** [[W1007.20 Merging]]
* [[W1007.30 The Magic of Magit]]
** [[W1007.30 The Magic of Magit]]
* [[W1008 Merlin Mission Manager]]
* [[W1008 Merlin Mission Manager]]


Line 38: Line 38:
* [[W1034 Booleans]]
* [[W1034 Booleans]]
* [[W1035 Not a Value]]
* [[W1035 Not a Value]]
* [[Data Types]]
* [[W1037 Expressions and Operators]]
* [[W1037 Expressions and Operators]]
* [[W1038 L-Values and R-Values]]
* [[W1038 L-Values and R-Values]]
* [[W1039 Conversions]]
* [[W1039 Conversions]]
== Printing and Standard Output ==
== Printing and Standard Output ==
* [[W1040 Printing and String Interpolation]]
* [[W1040 Printing and String Interpolation]]
Line 72: Line 74:
* [[W1091 Algorithm Basics]]
* [[W1091 Algorithm Basics]]
* [[W1095 Flow Charts]]
* [[W1095 Flow Charts]]
* [[W1096 Finite State Diagrams]]


== Types, Constants, L-Values and R-Values ==
== Types, Constants, L-Values and R-Values ==
Line 77: Line 80:
* Finite Numeric Limits  
* Finite Numeric Limits  
* Conversions
* Conversions
* [[W1105 Operators (DEPRECATED - destroy after 2020.12.31)]]
* [[W1106 Boolean Operators and Shortcut Evaluation]]
* [[W1106 Boolean Operators and Shortcut Evaluation]]


== Constants, Variables, and Expressions ==
== Constants, Variables, and Expressions ==
* [[W1111 Basic Expressions]]
* [[W1111 Basic Expressions]]
* [[W1116 String Functions]]


== Non-Sequential Execution Flow ==
== Non-Sequential Execution Flow ==
Line 94: Line 97:
== Basic Input and Output ==
== Basic Input and Output ==
* [[W1161 Basic Input]]
* [[W1161 Basic Input]]
== CoderMerlin™ Karel ==
* [[W1165 Karel Introduction]]


== Common Algorithms ==
== Common Algorithms ==
Line 99: Line 104:
* [[W1172 Greatest Common Divisor]]
* [[W1172 Greatest Common Divisor]]
* [[W1173 Finding Primes]]
* [[W1173 Finding Primes]]
* [[W1174.21 String to Integer]]
* [[W1174-11 String to Integer]]
* [[W1174 Making Change]]
* [[W1174-12 Making Change]]
* [[W1175 Numbers to Words]]
* [[W1175 Numbers to Words]]


== Digital Privacy ==
== Digital Privacy ==
* [[1199 Digital Privacy]]
* [[W1199 Digital Privacy]]


== Scope ==
== Scope ==
Line 115: Line 120:
* [[W1251 Parameter Passing]]
* [[W1251 Parameter Passing]]
* [[Function Invocation Order and Nested Functions]]
* [[Function Invocation Order and Nested Functions]]
* [[W1255 Code reuse-Leverage libraries of others]]


== Best Practices ==
* [[W1262 Assertions]]
* [[W1263 Comments]]
* [[W1264 Conventions]]


== Random Numbers ==
== Random Numbers ==
* [[W1292 Useful Randomness]]
* [[W1292 Useful Randomness]]
== Best Practices ==
* W1297 [[Best Coding Practices]]
== Arrays ==
== Arrays ==
* [[W1301 Arrays]]
* [[W1301 Arrays]]
Line 129: Line 135:
* [[W1304 Filter]]
* [[W1304 Filter]]
* [[W1305 Modification]]
* [[W1305 Modification]]
== Error Handling ==
* [[W1321]] [[Error Handling]]


== Sorting ==
== Sorting ==
Line 163: Line 171:
* [[W1522 Ping Then Pong]]
* [[W1522 Ping Then Pong]]
* [[W1523 Paddle Paddle]]
* [[W1523 Paddle Paddle]]
* [[W1524 Score!]]
* [[W1525 Containment]]
* [[W1526 Model-View-Controller]]


== Static Variables ==
== Static Variables ==

Latest revision as of 13:49, 18 January 2022

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

Lab Basics[edit]

Numbers[edit]

Boolean Algebra[edit]

Computer History and Architecture[edit]

Encoding and Data Types[edit]

Printing and Standard Output[edit]

Assembly Language[edit]

Tools[edit]

Coding Basics[edit]

Algorithms[edit]

Types, Constants, L-Values and R-Values[edit]

Constants, Variables, and Expressions[edit]

Non-Sequential Execution Flow[edit]

Basic Input and Output[edit]

CoderMerlin™ Karel[edit]

Common Algorithms[edit]

Digital Privacy[edit]

Scope[edit]

Functions[edit]


Random Numbers[edit]

Best Practices[edit]

Arrays[edit]

Error Handling[edit]

Sorting[edit]

Essay Topics[edit]

Encapsulation, Classes, and Objects[edit]

Packages and Libraries[edit]

  • Project Organization
  • Packages
  • Libraries
  • Curses

Basic Graphics[edit]

Turtle Graphics[edit]

Basic Animation[edit]

Static Variables[edit]

Protocols[edit]

  • Custom String Convertible

Computing Advancements[edit]

Finite State Machine[edit]

Data Visualization[edit]

Program Correctness[edit]

  • Ideal Test Cases