CS: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
[[Intro and Hello World]] | [[Intro and Hello World]] | ||
* [[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]] | [[Primitive Data]] | ||
* [[Primitive Data/Java]] | |||
* [[Primitive Data/Go]] | |||
* [[Primitive Data/Cpp]] | |||
* [[Primitive Data/Python]] | |||
* [[Primitive Data/Perl]] | |||
* [[Primitive Data/Bash]] | |||
[[For Loops]] | [[For Loops]] | ||
* [[For Loops/Java]] | |||
* [[For Loops/Go]] | |||
* [[For Loops/Cpp]] | |||
* [[For Loops/Python]] | |||
* [[For Loops/Perl] | |||
* [[For Loops/Bash]] | |||
[[Parameters]] | [[Parameters]] | ||
* [[Parameters/Java]] | |||
* [[Parameters/Go]] | |||
* [[Parameters/Cpp]] | |||
* [[Parameters/Python]] | |||
* [[Parameters/Perl] | |||
* [[Parameters/Bash]] | |||
[[Strings]] | [[Strings]] | ||
* [[Strings/Java]] | |||
* [[Strings/Go]] | |||
* [[Strings/Cpp]] | |||
* [[Strings/Python]] | |||
* [[Strings/Perl] | |||
* [[Strings/Bash]] | |||
[[Conditional Execution]] | [[Conditional Execution]] | ||
* [[Conditional Execution/Java]] | |||
* [[Conditional Execution/Go]] | |||
* [[Conditional Execution/Cpp]] | |||
* [[Conditional Execution/Python]] | |||
* [[Conditional Execution/Perl] | |||
* [[Conditional Execution/Bash]] | |||
[[Program Logic]] | [[Program Logic]] | ||
* [[Program Logic/Java]] | |||
* [[Program Logic/Go]] | |||
* [[Program Logic/Cpp]] | |||
* [[Program Logic/Python]] | |||
* [[Program Logic/Perl] | |||
* [[Program Logic/Bash]] | |||
[[Indefinite Loops]] | [[Indefinite Loops]] | ||
* [[Indefinite Loops/Java]] | |||
* [[Indefinite Loops/Go]] | |||
* [[Indefinite Loops/Cpp]] | |||
* [[Indefinite Loops/Python]] | |||
* [[Indefinite Loops/Perl] | |||
* [[Indefinite Loops/Bash]] | |||
[[File Processing]] | [[File Processing]] | ||
* [[File Processing/Java]] | |||
* [[File Processing/Go]] | |||
* [[File Processing/Cpp]] | |||
* [[File Processing/Python]] | |||
* [[File Processing/Perl] | |||
* [[File Processing/Bash]] | |||
[[Arrays]] | [[Arrays]] | ||
* [[Arrays/Java]] | |||
* [[Arrays/Go]] | |||
* [[Arrays/Cpp]] | |||
* [[Arrays/Python]] | |||
* [[Arrays/Perl] | |||
* [[Arrays/Bash]] | |||
[[Classes]] | [[Classes]] | ||
* [[Classes/Java]] | |||
* [[Classes/Go]] | |||
* [[Classes/Cpp]] | |||
* [[Classes/Python]] | |||
[[Inheritance]] | [[Inheritance]] | ||
* [[Inheritance/Java]] | |||
* [[Inheritance/Go]] | |||
* [[Inheritance/Cpp]] | |||
* [[Inheritance/Python]] | |||
[[Interfaces]] | [[Interfaces]] | ||
* [[Interfaces/Java]] | |||
* [[Interfaces/Go]] | |||
* [[Interfaces/Cpp]] | |||
* [[Interfaces/Python]] | |||
[[Lists]] | [[Lists]] | ||
* [[Lists/Java]] | |||
* [[Lists/Go]] | |||
* [[Lists/Cpp]] | |||
* [[Lists/Python]] | |||
[[Sets]] | [[Sets]] | ||
* [[Sets/Java]] | |||
* [[Sets/Go]] | |||
* [[Sets/Cpp]] | |||
* [[Sets/Python]] | |||
[[Maps]] | [[Maps]] | ||
* [[Maps/Java]] | |||
* [[Maps/Go]] | |||
* [[Maps/Cpp]] | |||
* [[Maps/Python]] | |||
[[Recursion]] | [[Recursion]] | ||
* [[Recursion/Java]] | |||
* [[Recursion/Go]] | |||
* [[Recursion/Cpp]] | |||
* [[Recursion/Python]] | |||
[[Searching]] | [[Searching]] | ||
* [[Searching/Java]] | |||
* [[Searching/Go]] | |||
* [[Searching/Cpp]] | |||
* [[Searching/Python]] | |||
[[Sorting]] | [[Sorting]] | ||
* [[Sorting/Java]] | |||
* [[Sorting/Go]] | |||
* [[Sorting/Cpp]] | |||
* [[Sorting/Python]] | |||
[[Stacks]] | [[Stacks]] | ||
* [[Stacks/Java]] | |||
* [[Stacks/Go]] | |||
* [[Stacks/Cpp]] | |||
* [[Stacks/Python]] | |||
[[Queues]] | [[Queues]] | ||
* [[Queues/Java]] | |||
* [[Queues/Go]] | |||
* [[Queues/Cpp]] | |||
* [[Queues/Python]] | |||
[[Linked Lists]] | [[Linked Lists]] | ||
* [[Linked Lists/Java]] | |||
* [[Linked Lists/Go]] | |||
* [[Linked Lists/Cpp]] | |||
* [[Linked Lists/Python]] | |||
[[Binary Trees]] | [[Binary Trees]] | ||
* [[Binary Trees/Java]] | |||
* [[Binary Trees/Go]] | |||
* [[Binary Trees/Cpp]] | |||
* [[Binary Trees/Python]] | |||
[[Graphs]] | [[Graphs]] | ||
* [[Graphs/Java]] | |||
* [[Graphs/Go]] | |||
* [[Graphs/Cpp]] | |||
* [[Graphs/Python]] | |||
[[Functional Programming]] | [[Functional Programming]] | ||
* [[Functional Programming/Java]] | |||
* [[Functional Programming/Go]] | |||
* [[Functional Programming/Cpp]] | |||
* [[Functional Programming/Python]] | |||
[[Category:CS]] | [[Category:CS]] | ||
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
- Strings/Java
- Strings/Go
- Strings/Cpp
- Strings/Python
- [[Strings/Perl]
- Strings/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
- File Processing/Java
- File Processing/Go
- File Processing/Cpp
- File Processing/Python
- [[File Processing/Perl]
- File Processing/Bash
- Arrays/Java
- Arrays/Go
- Arrays/Cpp
- Arrays/Python
- [[Arrays/Perl]
- Arrays/Bash