logseq_notes/pages/OJ notes/pages/Greedy Algorithm.md
2023-06-14 14:27:22 +08:00

26 lines
284 B
Markdown

# Greedy Algorithm
2022-09-05 17:32
> ##### Algorithms:
>
> #algorithm #greedy
>
> ##### Difficulty:
>
> #CS_analysis
>
> ##### Additional tags:
##### Links:
---
### What is Greedy Algorithm?
### How does Greedy Algorithm work?
#### Example code
- ### Why and when to use it?