Skip to content

Commit

Permalink
Publish CS 261 week 6 recitation material. Update CS 261 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Oct 31, 2024
1 parent 3a27731 commit c8050a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/data/courses/f24/cs261/recitations.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const recitations = {

{
title: 'Week 5: Runtime Effects of Dynamic Array Resizing Strategies',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
Expand All @@ -115,15 +114,16 @@ const recitations = {
]
},

// {
// title: 'Week 6: Stack and Queue Job Interview Questions',
// resources: [
// {
// title: 'Recitation exercise worksheet',
// link: 'https://docs.google.com/document/d/18regEBb0IVD4mu1ek4B9t75aFZIzgqDSuCUgaLV6h_I/edit?usp=sharing'
// }
// ]
// },
{
title: 'Week 6: Stack and Queue Job Interview Questions',
isCurrent: true,
resources: [
{
title: 'Recitation exercise worksheet',
link: 'https://docs.google.com/document/d/18regEBb0IVD4mu1ek4B9t75aFZIzgqDSuCUgaLV6h_I/edit?usp=sharing'
}
]
},

// {
// title: 'Week 7: Recursion',
Expand Down
1 change: 1 addition & 0 deletions src/data/courses/f24/cs261/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ const topics = [
{
title: 'Binary Search',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit c8050a9

Please sign in to comment.