algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Bitmasking algorithms using DP

Open AmandaStromdahl opened this issue 3 years ago • 0 comments

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.

AmandaStromdahl avatar Mar 07 '22 11:03 AmandaStromdahl