Start time:
Mi 31 Jan 2018 09:50:53
End time:
So 06 Mai 2018 09:45:53

Assignments: 3

Task 01: Separate compilation (Slides 2-24)
Split your stack implementation from the previous exercise sheet into separate header and source files for Stack , Node and the main program. Create a suitable Makefile to compile and link the...
Task 02: Sequence assembly (Slides 33-78)
Given a collection of strings, find an optimal assembly according to the following approach: Take the longest overlap between the suffix and the prefix of two distinct strings. Then merge the...
Task 03: Associative containers (Slides 79-84)
Create a container object that, given the one-letter code of an amino acid, provides efficient access to the corresponding three-letter code: Alanine Ala A Arginine Arg R...