Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 299 Bytes

index.md

File metadata and controls

9 lines (9 loc) · 299 Bytes

Greedy Algorithm

  • follows a problem solving heuristic of locallly optimal choice at each stage
  • Components:
    • candidate set
    • selection function
    • feasibility function
    • objective function
    • solution function
  • at every strp makes optimal choice and move on to next step