Grading

Your grade will be determined based on 5 graded programming assignments (60%) and a written exam (40%) at the end of the course. The grade scale below will be used to convert the weighted scores to a final letter grade.

Percent Local ECTS
>96 1.0 A
93–96 1.3 A
89–92 1.7 B
85–88 2.0 B
81–84 2.3 C
77–80 2.7 C
73–76 3.0 C
69–72 3.3 D
65–68 3.7 E
60–64 4.0 E
<60 5.0 F

Besides the graded assignments, the course includes introductory assignments. Although these are not graded, they are a core part of the class, and they should not be considered optional.

Attendance

Attendance will not not be enforced. However, it is unlikely that you will pass the course without regular attendance. Presence sheets will be circulated during the course for informational purposes only.

Assignments

The following basic rules apply the assignments:

  1. Assignments that are not handed in timely are graded 0/100. If you are ill, present a note from the doctor before the deadline.
  2. If your code does not compile due to errors in your code, your assignment gets the grade 0/100.
  3. Code is graded for correctness and style.

You are encouraged to help one another in this course. We all need a little help sometimes and you can also learn quite a bit from helping others. However, there is a point where getting help turns into plagiarism. The code that you submit, must be your own code. Cases of plagiarism will be reported to the faculty.

Things you are not allowed to do:

Submissions

In this class we will make heavy use of GitHub and GitHub classroom. Make sure to obtain a (free) GitHub account, and familiarize yourself with the system before you start working on your first assignment.

Assignments are only accepted through the GitHub repositories. No other form of submissions (e.g., email) are accepted.

The following information should be provided as the file/module docstring in Python assignments, and as comments at the beginning of the file for other file types that allow comments.

"""
 Course:      Data Structures and Algorithms for CL III - WS1920
 Assignment:  (Enter the assignment, "lab 1, exercise 1", for example)
 Author:      (Enter your full name here)
 Description: (Enter a description of your program/class here)
 
 Honor Code:  I pledge that this program represents my own work.
"""

Exams

The following basic rules apply for the exams: