Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Core Concept (Greedy)

Core Concept (Greedy)

Feb 10, 20261 min read

  • algorithms
  • greedy
  • core-concept

Core Concept (Greedy)

← Back to Greedy Algorithms

The greedy choice property: making the locally optimal choice at each step leads to a globally optimal solution. This only holds for problems with the greedy choice property and optimal substructure.

Key Properties

  • Locally Optimal Choices

algorithms greedy core-concept


Graph View

  • Core Concept (Greedy)
  • Key Properties

Backlinks

  • Greedy Algorithms
  • Locally Optimal Choices

Created with Quartz v4.5.2 © 2026

  • GitHub