Skip to content

Commit

Permalink
Publish CS 261 assignment 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 5, 2024
1 parent b8fd056 commit f0c4df4
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/data/courses/f24/cs261/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,20 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 3 – Binary search trees',
// due: {
// day: 'Monday, 11/20/2023',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm, Friday 12/8/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
// ]
// },
{
link : 'https://classroom.github.com/a/7BrD8xhE',
title: 'Assignment 3 – Binary search trees',
// due: {
// day: 'Monday, 11/20/2023',
// time: '11:59pm'
// },
notes: [
'Preferred deadline: **Monday, 11/18/2024, 11:59pm**',
'Extension deadline: **Wednesday, 11/20/2024, 11:59pm** (no submissions after this)',
'Grading demo due: **Monday 12/2/2024, 11:59pm**',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 4 – Priority queues',
Expand Down

0 comments on commit f0c4df4

Please sign in to comment.