CS: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
* [[Strings/Cpp]] | * [[Strings/Cpp]] | ||
* [[Strings/Python]] | * [[Strings/Python]] | ||
* [[Strings/Perl] | * [[Strings/Perl]] | ||
* [[Strings/Bash]] | * [[Strings/Bash]] | ||
| Line 46: | Line 46: | ||
* [[Conditional Execution/Cpp]] | * [[Conditional Execution/Cpp]] | ||
* [[Conditional Execution/Python]] | * [[Conditional Execution/Python]] | ||
* [[Conditional Execution/Perl] | * [[Conditional Execution/Perl]] | ||
* [[Conditional Execution/Bash]] | * [[Conditional Execution/Bash]] | ||
| Line 54: | Line 54: | ||
* [[Program Logic/Cpp]] | * [[Program Logic/Cpp]] | ||
* [[Program Logic/Python]] | * [[Program Logic/Python]] | ||
* [[Program Logic/Perl] | * [[Program Logic/Perl]] | ||
* [[Program Logic/Bash]] | * [[Program Logic/Bash]] | ||
| Line 62: | Line 62: | ||
* [[Indefinite Loops/Cpp]] | * [[Indefinite Loops/Cpp]] | ||
* [[Indefinite Loops/Python]] | * [[Indefinite Loops/Python]] | ||
* [[Indefinite Loops/Perl] | * [[Indefinite Loops/Perl]] | ||
* [[Indefinite Loops/Bash]] | * [[Indefinite Loops/Bash]] | ||
| Line 70: | Line 70: | ||
* [[File Processing/Cpp]] | * [[File Processing/Cpp]] | ||
* [[File Processing/Python]] | * [[File Processing/Python]] | ||
* [[File Processing/Perl] | * [[File Processing/Perl]] | ||
* [[File Processing/Bash]] | * [[File Processing/Bash]] | ||
| Line 78: | Line 78: | ||
* [[Arrays/Cpp]] | * [[Arrays/Cpp]] | ||
* [[Arrays/Python]] | * [[Arrays/Python]] | ||
* [[Arrays/Perl] | * [[Arrays/Perl]] | ||
* [[Arrays/Bash]] | * [[Arrays/Bash]] | ||
Revision as of 02:48, 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
- For Loops/Java
- For Loops/Go
- For Loops/Cpp
- For Loops/Python
- [[For Loops/Perl]
- For Loops/Bash
- Parameters/Java
- Parameters/Go
- Parameters/Cpp
- Parameters/Python
- [[Parameters/Perl]
- Parameters/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