-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|