From f363490431f4c4b650fb887c2d055615a1de590e Mon Sep 17 00:00:00 2001 From: Dong-geon Lee Date: Fri, 22 Sep 2023 13:49:40 +0900 Subject: [PATCH] fix ToC --- 3. Algorithms/01. Algorithm Complexity Analysis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3. Algorithms/01. Algorithm Complexity Analysis/README.md b/3. Algorithms/01. Algorithm Complexity Analysis/README.md index 606689a3..26301360 100644 --- a/3. Algorithms/01. Algorithm Complexity Analysis/README.md +++ b/3. Algorithms/01. Algorithm Complexity Analysis/README.md @@ -12,10 +12,10 @@ + [Polynomial Time](#polynomial-time) + [Exponential Time](#exponential-time) * [Ω 표기법](#ω-표기법) - * [Summary ✩](#summary-✩) + * [Summary ✩](#summary-) - [순환 (recursion)](#순환--recursion-) - [Master Theorem](#master-theorem) - * [제약 조건 ✩](#제약-조건-✩) + * [제약 조건 ✩](#제약-조건-) + [Adavanced Master Theorem](#adavanced-master-theorem) ---