Pathway W2000s Exercises
From Coder Merlin
W2031 Designing a Floating Point Type[edit]
![]() |
Exercises |
|
W2222 Recursion[edit]
![]() |
Exercises |
|
W2225 Merge Sort[edit]
![]() |
Exercises |
|
W2232 Big-O Notation[edit]
![]() |
Exercises |
Write an essay (minimum 500 words) which:
Complete your essay in your Journal directory and push to GitHub. |
W2261 Paths[edit]
![]() |
Exercises |
Making use of your accumulated knowledge to date (both coding and graphics) and using only path primitives:
Getting started: john-williams@codermerlin:~/Projects$ git clone https://github.com/TheCoderMerlin/IgisShellD W2261
To compile: john-williams@codermerlin:~/Projects/W2261$ ./make.sh
To execute: john-williams@codermerlin:~/Projects/W2261$ ./run.sh
Your associated url will be: http://www.codermerlin.com/users/john-williams/dyn/index.html |
W2262 Filled Paths[edit]
![]() |
Exercises |
Getting started: john-williams@codermerlin:~/Projects$ git clone https://github.com/TheCoderMerlin/IgisShellD W2262
john-williams@codermerlin:~/Projects$ cd W2262/Sources/IgisShellD
john-williams@codermerlin:~/Projects$ cp ../../../W2261/Sources/IgisShellD/main.swift .
To compile: john-williams@codermerlin:~/Projects/W2262$ ./make.sh
To execute: john-williams@codermerlin:~/Projects/W2262$ ./run.sh
Your associated url will be: http://www.codermerlin.com/users/john-williams/dyn/index.html |
W2263 Gradients[edit]
![]() |
Exercises |
Getting started: john-williams@codermerlin:~/Projects$ git clone https://github.com/TheCoderMerlin/IgisShellD W2263
john-williams@codermerlin:~/Projects$ cd W2263/Sources/IgisShellD
john-williams@codermerlin:~/Projects$ cp ../../../W2262/Sources/IgisShellD/main.swift .
To compile: john-williams@codermerlin:~/Projects/W2263$ ./make.sh
To execute: john-williams@codermerlin:~/Projects/W2263$ ./run.sh
Your associated url will be: http://www.codermerlin.com/users/john-williams/dyn/index.html |
W2511 Emergence & Lindenmayer Systems (Part 1)[edit]
![]() |
Exercises |
Continuing with this project:
|
W2601 Debugging First Steps[edit]
![]() |
Exercises |
|