diff --git a/_posts/2024-10-21-building-an-assignment-algorithm-1.markdown b/_posts/2024-10-21-building-an-assignment-algorithm-1.markdown index 6b6ed9e88..8d4d38268 100644 --- a/_posts/2024-10-21-building-an-assignment-algorithm-1.markdown +++ b/_posts/2024-10-21-building-an-assignment-algorithm-1.markdown @@ -73,15 +73,15 @@ An intergalactic 3-talk conference for universal problems has 5 attendees: The three talks run concurrently (denoted T1, T2, T3): - - The Dark Side of Work-Life Balance: Avoiding Burnout in the Empire (T1) - - Lightsaber Practise and Etiquette: Health and safety in the workplace (T2) - - Parenting 101: how to tell a son that you’re his father (T3) + - T1: The Dark Side of Work-Life Balance: Avoiding Burnout in the Empire + - T2: Lightsaber Practise and Etiquette: Health and safety in the workplace + - T3: Parenting 101: how to tell a son that you’re his father T1 has a maximum capacity of 3 attendees, the other two talks have a maximum capacity of 1. Each attendee makes an ordered list of the talks. For example Anakin’s first choice is “Parenting 101”, his second choice is “The Dark Side of Work-Life Balance” and third choice is “Lightsaber Practise and Etiquette”. We can represent this as [1st: T3, 2nd: T1, 3rd: T2], or even more simply [3,1,2]. If we do the same for the other attendees, we have: -