From 014ad545de7c0d6b0509b9df16471203fe70aefd Mon Sep 17 00:00:00 2001 From: krahets Date: Thu, 3 Aug 2023 05:17:07 +0800 Subject: [PATCH] deploy --- chapter_greedy/index.html | 2 +- chapter_hashing/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 962 -> 962 bytes 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter_greedy/index.html b/chapter_greedy/index.html index 1c50bbedc..c8d853f92 100644 --- a/chapter_greedy/index.html +++ b/chapter_greedy/index.html @@ -3319,7 +3319,7 @@

Abstract

向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。

-

这便是贪心的智慧,一种简单且高效的问题求解策略。

+

贪心策略既直接又高效,在一轮轮简单选择中逐步导向最佳答案。

本章内容