From ef6cf660e8990978d33087e96a6b432fe8071840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sun, 11 Apr 2021 21:34:43 +0800 Subject: [PATCH] =?UTF-8?q?post:=E8=B0=83=E6=95=B4=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=92=8C=E6=A0=87=E7=AD=BE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/time-complexity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/time-complexity.md b/source/_posts/time-complexity.md index c03517a..db4a7a5 100644 --- a/source/_posts/time-complexity.md +++ b/source/_posts/time-complexity.md @@ -1,9 +1,9 @@ --- title: 时间复杂度 date: 2021-04-10 20:52:59 -tags: [架构设计, 算法设计, 大O符号表示法, 时间复杂度, Python] +tags: [架构知识, 算法设计, 大O符号表示法, 时间复杂度, Python] category: - - [架构设计, 算法] + - [架构知识, 算法] mathjax: true --- 时间复杂度是我们衡量和筛选算法的一个常用考量维度,如何理解并使用它,是我们日常工作学习中常常会用到的,但是只要一段时间不用它是会很快被忘记的。所以这里把时间复杂度的概念简要记录一下,方便使用的时候能够快速恢复记忆。