Skip to content

Commit

Permalink
Publish CS 261 assignment 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 20, 2024
1 parent 03d26be commit 88009ea
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 @@ -43,18 +43,20 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 4 – Priority queues',
// due: {
// day: 'Monday, 12/4/2023',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm, Friday 12/15/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
// ]
// }
{
link : 'https://classroom.github.com/a/UcEVcpp8',
title: 'Assignment 4 – Priority queues',
// due: {
// day: 'Monday, 12/4/2023',
// time: '11:59pm'
// },
notes: [
'Preferred deadline: **Monday, 12/2/2024, 11:59pm**',
'Extension deadline: **Wednesday, 12/4/2024, 11:59pm** (no submissions after this)',
'Grading demo due: **Friday 12/13/2024, 11:59pm**',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
}
],

preamble: 'Programming assignments will be managed via GitHub Classroom. Following the links below will prompt you to sign in to GitHub and to create an assignment repository for yourself. The assignment repository will at a minimum contain a `README.md` file containing the assignment description. There may also be additional skeleton files in the repository to help you get started with the assignment. To submit an assignment, make sure you have committed your solution code and pushed it to your GitHub repository before the assignment deadline.'
Expand Down

0 comments on commit 88009ea

Please sign in to comment.