Skip to content

Commit

Permalink
Adding lesson plan to teaching materials, as well as a guide of what …
Browse files Browse the repository at this point in the history
…to bring/print

Moving detailed schedule to lesson plan, giving students high level in slides
Added link to lesson plan on main index page
  • Loading branch information
brendajin committed Apr 3, 2016
1 parent 0a962df commit 8267775
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
22 changes: 8 additions & 14 deletions algorithms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,19 @@ <h1>Intro to Algorithms</h1>
</section>
<section>
<h3>Schedule</h3>
<pre><code>10:00 - 10:45 Introduction

10:45 - 1:45 Defining an algorithm
<pre><code>
10:00 - 1PM Introduction
Defining an algorithm
Time/space complexity
Goal of algorithms

1:45 - 12:00 Break

12:00 - 1:00 Sorting and bubble sort
Sorting

1:00 - 2:00 Lunch

2:00 - 3:15 Searching

3:15 - 3:45 Break

3:45 - 4:45 Primes

4:45 - 5:00 Conclusion
2:00 - 5:00 Searching
Data Structures
Primes
Conclusion
</pre></code>
</section>
<section>
Expand Down
24 changes: 24 additions & 0 deletions algorithms/lessonplan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Algorithms Lesson Plan

## Teacher Prep

* Bring a deck of cards or print numbers [like this](http://www.daviddarling.info/images3/three-digit_puzzle.jpg)
* Print out [sort instructions cheat sheet](https://github.com/gdisf/teaching-materials/blob/master/algorithms/handout_sorting.md)

## Schedule

This workshop can be done from 10AM - 5PM with three scheduled breaks.

| time | |
|--- |--- |
|10:00 - 10:45 |Introduction |
|10:45 - 1:45 |Defining an algorithm |
| |Time/space complexity |
| |Goal of algorithms |
|1:45 - 12:00 |Break |
|12:00 - 1:00 |Sorting |
|1:00 - 2:00 |Lunch |
|2:00 - 3:15 |Searching |
|3:15 - 3:45 |Break |
|3:45 - 4:45 |Primes |
|4:45 - 5:00 |Conclusion |
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ <h1 class="page-header">Web Development Teaching Materials</h1>
<td>None
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/algorithms/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/algorithms/lessonplan.md">Lesson Plan</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/algorithms/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/hosting/slides.html">WEB103: Hosting</a>
Expand Down

0 comments on commit 8267775

Please sign in to comment.