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
- Host: GitHub
- URL: https://github.com/anders-wind/algorithm-design-project
- Owner: anders-wind
- Created: 2017-02-07T21:18:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T14:37:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T07:45:18.426Z (over 1 year ago)
- Language: Java
- Size: 19.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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