An open API service indexing awesome lists of open source software.

https://github.com/anders-wind/algorithm-design-project

A repository for exercises in the course Algorithm Design Project at the IT University of Copenhagen
https://github.com/anders-wind/algorithm-design-project

Last synced: over 1 year ago
JSON representation

A repository for exercises in the course Algorithm Design Project at the IT University of Copenhagen

Awesome Lists containing this project

README

          

# Algorithm Design Project
This is the repository of Anders Wind Steffensen and Mikael Lindemann for shared information and code for the course Algorithm Design Project.

We will try to implement an algorithm for the PACE Challenge 2017 Track B - Minimum Fill-In.

The algorithm will be based on the article Subexponential Parameterized Algorithm for Minimum Fill-in by Fomin and Villanger.

Further work is done on repository: MinFill-SubExponential