Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

01 Concept

❯

Problem Transformations

Problem Transformations

Feb 10, 20261 min read

  • computational-complexity
  • reductions
  • transformations

Problem Transformations

← Back to Reductions

The process of converting an instance of one problem into an instance of another known problem. This allows leveraging existing solutions and understanding the relative difficulty of problems.

Key Properties

  • Reducing Unknown to Known Problem

Related

  • Polynomial-Time Reductions (formal framework)

computational-complexity reductions transformations


Graph View

  • Problem Transformations
  • Key Properties
  • Related

Backlinks

  • Reductions
  • Polynomial-Time Reductions
  • Reducing Unknown to Known Problem

Created with Quartz v4.5.2 © 2026

  • GitHub