Add the initial translation of chapter "greedy" (#1320)

This commit is contained in:
Yudong Jin
2024-05-01 05:57:39 +08:00
committed by GitHub
parent 316b0e9215
commit bb511e50e6
30 changed files with 349 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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.