Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Bitmask DP

Bitmask DP

Feb 10, 20261 min read

  • algorithms
  • dynamic-programming
  • bitmask-dp

Bitmask DP

← Back to Dynamic Programming

Dynamic programming where states are represented using bitmasks to track subsets. Enables efficient enumeration of subsets and is used in problems like the Traveling Salesman Problem.

Key Properties

  • Subset Enumeration
  • TSP Approximation

algorithms dynamic-programming bitmask-dp


Graph View

  • Bitmask DP
  • Key Properties

Backlinks

  • Dynamic Programming
  • Subset Enumeration
  • TSP Approximation

Created with Quartz v4.5.2 © 2026

  • GitHub