Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saraRaris committed May 5, 2020
2 parents 4f3a74d + 22d9073 commit 2837fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Read Me

##Excerisce description
## Excerisce description
We create a new startuo for conference planning. Now we need an automated way for creating the conference schedule.

**Preconditions:**
Expand All @@ -14,7 +14,7 @@ We create a new startuo for conference planning. Now we need an automated way fo
The solution should generate a conference plan that minimizes empty slots and breaks between talks. Each day should feature a talk starting at 9 o'clock and another talk ending at 17 o'clock.
The output should be a table that lists all talks for all days.

##Instrucions
## Instrucions

In this repository the following files can be found:

Expand All @@ -32,4 +32,4 @@ Two assumptions have been considered to develop the solution:

1. A talk ending just before the lunch break or before of the end of the conference day does not have a reserved cleaning slot, hence those were not applied.

2. Break time was considered only the time where it was not possible to fit a new talk. Cleaning slots or lunch break were not considered as such.
2. Break time was considered only the time where it was not possible to fit a new talk. Cleaning slots or lunch break were not considered as such.

0 comments on commit 2837fb3

Please sign in to comment.