Skip to content

Commit

Permalink
Update CS 261 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 4, 2024
1 parent c8050a9 commit 4e89dc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data/courses/f24/cs261/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ const topics = [
{
title: 'Stacks, Queues, and Deques',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -233,7 +232,6 @@ const topics = [
{
title: 'Binary Search',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -276,6 +274,7 @@ const topics = [
{
title: 'Binary Search Trees',
weeks: [ 6, 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 4e89dc3

Please sign in to comment.