Skip to content

Commit

Permalink
Add algorithms after program design
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdouglas committed Oct 6, 2015
1 parent 2687fbd commit b850e71
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ That is why we are using this strategy.

- [Introduction](#introduction)
- [Program Design](#program-design)
- [Algorithms](#algorithms)
- [Programming Paradigms](#programming-paradigms)
- [Software Testing](#software-testing)
- [Math](#math)
- [Algorithms](#algorithms)
- [Software Architecture](#software-architecture)
- [Software Engineering](#software-engineering)
- [Operating Systems](#operating-systems)
Expand Down Expand Up @@ -100,6 +100,14 @@ Course|Duration
[Systematic Program Design- Part 2: Arbitrary Sized Data](https://www.edx.org/course/systematic-program-design-part-2-ubcx-spd2x)| 5 weeks
[Systematic Program Design- Part 3: Abstraction, Search and Graphs](https://www.edx.org/course/systematic-program-design-part-3-ubcx-spd3x)| 5 weeks

### Algorithms

Course|Duration
:--|:--:
[Algorithms, Part I](https://www.coursera.org/course/algs4partI)| 6 weeks
[Algorithms, Part II](https://www.coursera.org/course/algs4partII)| 6 weeks
[Analysis of Algorithms](https://www.coursera.org/course/aofa)| 6 weeks

### Programming Paradigms

Course|Duration
Expand Down Expand Up @@ -128,14 +136,6 @@ Course|Duration
[Probabilistic Graphical Models](https://www.coursera.org/course/pgm)| 11 weeks
[Game Theory](https://www.coursera.org/course/gametheory)| 9 weeks

### Algorithms

Course|Duration
:--|:--:
[Algorithms, Part I](https://www.coursera.org/course/algs4partI)| 6 weeks
[Algorithms, Part II](https://www.coursera.org/course/algs4partII)| 6 weeks
[Analysis of Algorithms](https://www.coursera.org/course/aofa)| 6 weeks

### Software Architecture

Course|Duration
Expand Down

0 comments on commit b850e71

Please sign in to comment.