Skip to content

Commit

Permalink
Publish CS 261 week 8 recitation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 14, 2024
1 parent 311080c commit b5f39fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/data/courses/f24/cs261/recitations.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const recitations = {

{
title: 'Week 7: Recursion',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
Expand All @@ -140,23 +139,24 @@ const recitations = {
]
},

{
title: 'Week 8: BST and AVL Tree Comparison',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
link: 'https://docs.google.com/document/d/1pNBpZePXE3-Ml5xoc5uMkuleGdkhS42e43HSOwJ4UuI/edit?usp=sharing'
}
]
},

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

// {
// title: 'Week 9: BST and AVL Tree Comparison',
// resources: [
// {
// title: 'Recitation exercise worksheet',
// link: 'https://docs.google.com/document/d/1pNBpZePXE3-Ml5xoc5uMkuleGdkhS42e43HSOwJ4UuI/edit?usp=sharing'
// }
// ]
// },

// {
// title: 'Week 10: Student Learning Experience Survey',
// resources: [
Expand Down

0 comments on commit b5f39fe

Please sign in to comment.