Skip to content

Commit

Permalink
update page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadia-polikarpova committed Apr 24, 2024
1 parent 5c17f58 commit c7bdad9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ If you get an error when creating a team, **try a different team name**
|:------------------------------------------------:|:--------------------------------|:-------------------------:|
| [HW0](https://classroom.github.com/a/Z-citE9B) | The Lambda Calculus | 4/17 |
| [HW1](https://classroom.github.com/a/Ck-VrNIv) | Introduction to Haskell | 4/24 |
| [HW2](https://classroom.github.com/a/7RMcGUB-) | Random Art | 5/3 |

<!--
| [HW2](https://classroom.github.com/a/HGsNvaSr) | Random Art | 5/3 |
| [HW3](https://classroom.github.com/a/0jVZ5UUr) | All about Fold | 5/13 |
| [HW4](https://classroom.github.com/a/UbWfqVjR) | Nano | 5/22 |
| [HW5](https://classroom.github.com/a/RLvZfnKy) | Type Classes | 6/5 | -->
Expand Down
6 changes: 5 additions & 1 deletion docs/assignments.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,14 @@ <h2 id="assignments">Assignments</h2>
<td style="text-align: left;">Introduction to Haskell</td>
<td style="text-align: center;">4/24</td>
</tr>
<tr class="odd">
<td style="text-align: center;"><a href="https://classroom.github.com/a/7RMcGUB-">HW2</a></td>
<td style="text-align: left;">Random Art</td>
<td style="text-align: center;">5/3</td>
</tr>
</tbody>
</table>
<!--
| [HW2](https://classroom.github.com/a/HGsNvaSr) | Random Art | 5/3 |
| [HW3](https://classroom.github.com/a/0jVZ5UUr) | All about Fold | 5/13 |
| [HW4](https://classroom.github.com/a/UbWfqVjR) | Nano | 5/22 |
| [HW5](https://classroom.github.com/a/RLvZfnKy) | Type Classes | 6/5 | -->
Expand Down
2 changes: 1 addition & 1 deletion docs/lectures.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h1>Lecture Notes</h1>
<tr class="even">
<td style="text-align: center;">4/26</td>
<td style="text-align: left;">Tail Recursion</td>
<td style="text-align: center;"></td>
<td style="text-align: center;"><a href="lectures/03-tailrec.html">html</a></td>
</tr>
<tr class="odd">
<td style="text-align: center;">4/29</td>
Expand Down
2 changes: 1 addition & 1 deletion lectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Lecture schedule is subject to change!
| 4/19 | contd. | |
| 4/22 | contd. | |
| 4/24 | contd. | |
| 4/26 | Tail Recursion | |
| 4/26 | Tail Recursion | [html][lec3] |
| 4/29 | Algebraic Data Types | |
| 5/1 | contd. | |
| 5/3 | Higher Order Functions | |
Expand Down

0 comments on commit c7bdad9

Please sign in to comment.