Skip to content

Commit

Permalink
Update CS 261 topics and recitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 25, 2024
1 parent 17a460c commit 1b704fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/data/courses/f24/cs261/recitations.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ const recitations = {

{
title: 'Week 8: BST and AVL Tree Comparison',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
Expand All @@ -150,12 +149,13 @@ const recitations = {
]
},

// {
// title: 'Week 9: No Recitation',
// notes: [
// 'No recitation this week due to the Thanksgiving holiday.'
// ]
// },
{
title: 'Week 9: No Recitation',
isCurrent: true,
notes: [
'No recitation this week due to the Thanksgiving holiday.'
]
},

// {
// title: 'Week 10: Student Learning Experience Survey',
Expand Down
2 changes: 1 addition & 1 deletion src/data/courses/f24/cs261/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ const topics = [
{
title: 'Priority Queues and Heaps',
weeks: [ 8, 9 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -428,6 +427,7 @@ const topics = [
{
title: 'Maps and Hash Tables',
weeks: [ 9, 10 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 1b704fc

Please sign in to comment.