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 18, 2024
1 parent b5f39fe commit 820407f
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 @@ -363,7 +363,6 @@ const topics = [
{
title: 'AVL Trees',
weeks: [ 7, 8 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -400,6 +399,7 @@ const topics = [
{
title: 'Priority Queues and Heaps',
weeks: [ 8, 9 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 820407f

Please sign in to comment.