Differences

This shows you the differences between two versions of the page.

Link to this comparison view

teaching:2019summer:algimpl [2019/06/20 16:57]
teaching:2019summer:algimpl [2020/02/14 09:07] (current)
Line 1: Line 1:
 +====== Implementation of Algorithms (1Ü) ======
  
 +| [[https://​ekvv.uni-bielefeld.de/​kvv_publ/​publ/​vd?​id=152986916|392231]] | Stoye | Summer 2019 | Class hours by appointment |
 +
 +== Final presentation:​ ==
 +
 +Monday, 2019 July 08, at 14h c.t. in U10-146
 +
 +
 +== Procedure: ==
 +
 +Each participant implements a (simple) algorithm in a programming language of their own choice. Topics will be distributed individually:​ meet or send email to the organizer, a lecturer of any other class or seminar in the modules //​Algorithms in Bioinformatics//​ or //Special Algorithmus in Bioinformatics//​. The focus of the implementation shall be on code readability and optimal asymptotics,​ which ideally is verified by systematic testing.
 +
 +The source code and some test data (where applicable) has to be sent to the organiser one week before the final presentation. During the final presentation,​ every participant runs and explains her/his software in front of everybody. If the result is not satisfactory,​ a correction can be provided until the end of the semester.
 +
 +
 +== Distributed topics: ==
 +
 +| Burrows Wheeler Transformation I    | Gabriel Abrantes ​ |
 +| Double Cut and Join (DCJ) Distance ​ | Fabienne Thelen ​  |
 +| Spanning Trees (Kuskal or Prim)     | Fabienne Thelen ​  |
 +| Burrows Wheeler Transformation II   | Jasmin Hartmann ​  |
 +| Neighbour Joining ​                  | Jonas Bicker ​     |
 +| Sankoff Algorithm for the SPP       | Lukas Schulte ​    |
 +| Agglomerative Clustering ​           | Lukas Micks       |
 +
 +Back to [[teaching:​|Teaching]]