Search
⌘K

Leetcode 1986. Minimum Number of Work Sessions to Finish the Tasks

Partition a set of up to 14 tasks into the fewest "sessions" (bins) of capacity sessionTime such that each task is wholly contained in one session — essentially a minimum bin-packing/partitioning problem solvable with bitmask DP or optimized backtracking/pruning.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.