algorithms
algorithms copied to clipboard
Bitmasking algorithms using DP
We implemented two bitmasking algorithms for issue #480, as part of a course at KTH. The first algorithm solves the problem of assigning unique caps to a set of people, and the second algorithm implements a solution to the TSP.