Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Classic Problems (Greedy)

Classic Problems (Greedy)

Feb 10, 20261 min read

  • algorithms
  • greedy
  • classic-problems

Classic Problems (Greedy)

← Back to Greedy Algorithms

Canonical problems that are optimally solved by greedy algorithms. These problems demonstrate the greedy approach and serve as templates for recognizing greedy opportunities.

Key Properties

  • Activity Selection
  • Huffman Coding
  • Interval Scheduling
  • Fractional Knapsack

algorithms greedy classic-problems


Graph View

  • Classic Problems (Greedy)
  • Key Properties

Backlinks

  • Greedy Algorithms
  • Activity Selection
  • Fractional Knapsack
  • Huffman Coding
  • Interval Scheduling

Created with Quartz v4.5.2 © 2026

  • GitHub