From 9fa8187a5ee5cb73054018b027c0614dbbe0d157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=AB=E5=9C=A8=E6=B3=A5=E6=B7=96=E4=B8=AD=E5=81=9C?= =?UTF-8?q?=E7=95=99?= Date: Wed, 16 Jun 2021 14:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B001=5F=E7=AE=97=E6=B3=95?= =?UTF-8?q?=E5=8E=9F=E7=90=86/001=5Falgorithm=5Fsteps.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../001_algorithm_steps.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" index 984df54..3c580cb 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" @@ -1,5 +1,5 @@ ## 算法步骤 -1.比较相邻的元素。如果第一个比第二个大,就交换他们两个。 +1.比较相邻的元素。如果第一个比第二个大,则交换他们两个。 2.对每一对相邻元素作同样的工作,从开始第一对到结尾的最后一对。这步做完后,最后的元素会是最大的数。 -- GitLab