Skip to content

Commit

Permalink
Update calendar.md
Browse files Browse the repository at this point in the history
Replace discussion links
  • Loading branch information
vedansh-malhotra authored Jan 17, 2024
1 parent cd0154a commit 8e5fa25
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">1. Welcome to CS 10!</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">1. Welcome to CS 10!</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -89,7 +89,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">2. Number Rep & Control Structures</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">2. Number Rep & Control Structures</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -134,7 +134,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">3. Domain/Range, Scoping, Lists & HOFs</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">3. Domain/Range, Scoping, Lists & HOFs</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -178,7 +178,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">4. Algorithms</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">4. Algorithms</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -226,7 +226,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">5. Algorithmic Complexity</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">5. Algorithmic Complexity</a></td> <!-- Discussion -->
<td>PROJ 2 Due</td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -274,7 +274,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">6. Recursion I</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">6. Recursion I</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -319,7 +319,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">7. Recursion II</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">7. Recursion II</a></td> <!-- Discussion -->
<td>PROJ 3 Due</td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -414,7 +414,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">9. Intro to Python</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">9. Intro to Python</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -468,7 +468,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">10. List Comprehension & Dictionaries</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">10. List Comprehension & Dictionaries</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -562,8 +562,8 @@
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td>
<a href="https://cs10.org/fa23/discussion/">11. OOP</a>
<!--<a href="https://cs10.org/fa23/discussion/">12. Python HOFs, Lambdas, Tree Recursion</a></td>--> <!-- Discussion -->
<a href="https://cs10.org/sp24/discussion/">11. OOP</a>
<!--<a href="https://cs10.org/sp24/discussion/">12. Python HOFs, Lambdas, Tree Recursion</a></td>--> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -653,7 +653,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">13. Social Implications</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">13. Social Implications</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down Expand Up @@ -696,7 +696,7 @@
<td></td> <!-- Lecture -->
<td></td> <!-- Readings -->
<td></td> <!-- Lab -->
<td><a href="https://cs10.org/fa23/discussion/">14. Postterm Preparation Session & Farewell</a></td> <!-- Discussion -->
<td><a href="https://cs10.org/sp24/discussion/">14. Postterm Preparation Session & Farewell</a></td> <!-- Discussion -->
<td></td> <!-- Assignment -->
</tr>
<tr>
Expand Down

0 comments on commit 8e5fa25

Please sign in to comment.