MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / bitmask.py

File bitmask.py

dynamic_programming/bitmask.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2
3This is a Python implementation for questions involving task assignments between people.
4Here Bitmasking and DP are used for solving this.

Callers

nothing calls this directly

Calls 2

count_no_of_waysMethod · 0.80

Tested by

no test coverage detected