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 Dec 3, 2024
1 parent aa3b8b6 commit 59776d3
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -427,7 +427,6 @@ const topics = [
{
title: 'Maps and Hash Tables',
weeks: [ 9, 10 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -469,6 +468,7 @@ const topics = [
{
title: 'Graphs',
weeks: [ 10 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 59776d3

Please sign in to comment.