Skip to main content
Run any Skill in Manus
with one click
$pwd:

combinatorial

// Use when solving problems involving permutations, combinations, backtracking, branch and bound, subset generation, and constraint satisfaction. Covers N-Queens, Sudoku solving, generating functions, and pruning strategies. Based on Knuth's TAOCP Vol. 4A. USE FOR: permutation and combination generation, backtracking algorithm design, constraint satisfaction problems, branch and bound optimization, subset enumeration, pruning strategy selection DO NOT USE FOR: graph traversal (use graph-algorithms), optimization with overlapping subproblems (use dynamic-programming)

$ git log --oneline --stat
stars:9
forks:3
updated:February 11, 2026 at 05:14
File Explorer
13 files
SKILL.md
readonly