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 13, 2024
1 parent 6a2098c commit 3e835df
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 @@ -307,7 +307,6 @@ const topics = [
{
title: 'Binary Tree Traversals',
weeks: [ 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -364,6 +363,7 @@ const topics = [
{
title: 'AVL Trees',
weeks: [ 7, 8 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 3e835df

Please sign in to comment.