mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 23:26:28 +08:00
10 lines
263 B
Markdown
10 lines
263 B
Markdown
|
# Greedy
|
||
|
|
||
|
![Greedy](../assets/covers/chapter_greedy.jpg)
|
||
|
|
||
|
!!! abstract
|
||
|
|
||
|
Sunflowers turn towards the sun, always seeking the greatest possible growth for themselves.
|
||
|
|
||
|
Greedy strategy guides to the best answer step by step through rounds of simple choices.
|