mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 14:20:29 +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.
|