Skip to content

Commit

Permalink
update cs curriculum
Browse files Browse the repository at this point in the history
  • Loading branch information
ptenteromano committed Nov 12, 2019
1 parent bd12c4e commit 7b084be
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,35 +118,31 @@
<h1 align="center">BLOCK 2 - Computer 💻 Science 🔬 With Javascript </h1>

# Week 8: Computer Science I

- Thinking like a programmer
- Big O
- The metric for algorithms
- Call Stack
- How code is interpreted by the machine
- Recursion
- Sorting Algorithms
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- The art of the hand-off

# Week 9 Computer Science II
- Object Oriented Programming
- Classes and Objects
- Data Structures
- Set
- Map
- Stack
- Queue
- Data Structures Implementations
- Array List
- Linked List
- Binary Search Tree
- AVL Tree
- Hash Table
- Map
- Intro to algorithms
- Solving problems with code

# Week 10 Computer Science III
- Bloom Filters
- Tree Traversals
- Graphs
- Tries
- Heap Sort
- Radix Sort
- Sorting
- Implement and understand sorting algorithms
- Primality and Practical algorithms
- Deeper dive into algorithms
- Review

<h1 align="center">BLOCK 3 - React && JAMstack ⚛️ </h1>

Expand Down

0 comments on commit 7b084be

Please sign in to comment.