Skip to content

Commit

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

{
title: 'Week 6: Stack and Queue Job Interview Questions',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
Expand All @@ -125,20 +124,21 @@ const recitations = {
]
},

// {
// title: 'Week 7: Recursion',
// resources: [
// {
// title: 'Recitation exercise worksheet',
// link: 'https://docs.google.com/document/d/1TT1AYFuvWOCFZ73EEY7lvpbZKOp2bxnoSHoHWj3d6Ho/edit?usp=sharing'
// },
// {
// title: 'Recitation exercise code',
// link: 'https://github.com/osu-cs261-f23/recitation-7',
// description: 'This GitHub repo contains the starter code you\'ll work with for this week\'s recitation exercise.'
// }
// ]
// },
{
title: 'Week 7: Recursion',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
link: 'https://docs.google.com/document/d/1TT1AYFuvWOCFZ73EEY7lvpbZKOp2bxnoSHoHWj3d6Ho/edit?usp=sharing'
},
{
title: 'Recitation exercise code',
link: 'https://github.com/osu-cs261-f24/recitation-7',
description: 'This GitHub repo contains the starter code you\'ll work with for this week\'s recitation exercise.'
}
]
},

// {
// title: 'Week 8: No Recitation',
Expand Down

0 comments on commit b96e522

Please sign in to comment.