CS: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
* [[For Loops/Cpp]] | * [[For Loops/Cpp]] | ||
* [[For Loops/Python]] | * [[For Loops/Python]] | ||
* [[For Loops/Perl] | * [[For Loops/Perl]] | ||
* [[For Loops/Bash]] | * [[For Loops/Bash]] | ||
| Line 30: | Line 30: | ||
* [[Parameters/Cpp]] | * [[Parameters/Cpp]] | ||
* [[Parameters/Python]] | * [[Parameters/Python]] | ||
* [[Parameters/Perl] | * [[Parameters/Perl]] | ||
* [[Parameters/Bash]] | * [[Parameters/Bash]] | ||
Revision as of 02:49, 31 March 2017
The outline of basic computer science topics to cover:
- Intro and Hello World/Java
- Intro and Hello World/Go
- Intro and Hello World/Cpp
- Intro and Hello World/Python
- Intro and Hello World/Perl
- Intro and Hello World/Bash
- Primitive Data/Java
- Primitive Data/Go
- Primitive Data/Cpp
- Primitive Data/Python
- Primitive Data/Perl
- Primitive Data/Bash
- Conditional Execution/Java
- Conditional Execution/Go
- Conditional Execution/Cpp
- Conditional Execution/Python
- Conditional Execution/Perl
- Conditional Execution/Bash
- Program Logic/Java
- Program Logic/Go
- Program Logic/Cpp
- Program Logic/Python
- Program Logic/Perl
- Program Logic/Bash
- Indefinite Loops/Java
- Indefinite Loops/Go
- Indefinite Loops/Cpp
- Indefinite Loops/Python
- Indefinite Loops/Perl
- Indefinite Loops/Bash