mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-12 15:36:05 +00:00
45e1295241
* Review the English version using Claude-4.5. * Update mkdocs.yml * Align the section titles. * Bug fixes
10 lines
264 B
Markdown
10 lines
264 B
Markdown
# Greedy
|
|
|
|

|
|
|
|
!!! abstract
|
|
|
|
Sunflowers turn toward the sun, constantly pursuing the maximum potential for their own growth.
|
|
|
|
Through rounds of simple choices, greedy strategies gradually lead to the best answer.
|