Skip to content

Commit

Permalink
fix ToC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oneonlee authored Sep 23, 2023
1 parent f363490 commit 14181ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 3. Algorithms/01. Algorithm Complexity Analysis/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# ์•Œ๊ณ ๋ฆฌ์ฆ˜๊ณผ ๋ฌธ์ œํ•ด๊ฒฐ

- [์•Œ๊ณ ๋ฆฌ์ฆ˜์ด๋ž€?](#์•Œ๊ณ ๋ฆฌ์ฆ˜์ด๋ž€-)
- [์•Œ๊ณ ๋ฆฌ์ฆ˜์ด๋ž€?](#์•Œ๊ณ ๋ฆฌ์ฆ˜์ด๋ž€)
- [์„ฑ๋Šฅ ๋ถ„์„](#์„ฑ๋Šฅ-๋ถ„์„)
* [๊ณต๊ฐ„ ๋ณต์žก๋„ (space complexity)](#๊ณต๊ฐ„-๋ณต์žก๋„-space-complexity-)
* [์‹œ๊ฐ„ ๋ณต์žก๋„ (time complexity)](#์‹œ๊ฐ„-๋ณต์žก๋„-time-complexity-)
* [๊ณต๊ฐ„ ๋ณต์žก๋„ (space complexity)](#๊ณต๊ฐ„-๋ณต์žก๋„-space-complexity)
* [์‹œ๊ฐ„ ๋ณต์žก๋„ (time complexity)](#์‹œ๊ฐ„-๋ณต์žก๋„-time-complexity)
- [ํ•จ์ˆ˜ ํ˜ธ์ถœ์˜ Mechanism 7๋‹จ๊ณ„](#ํ•จ์ˆ˜-ํ˜ธ์ถœ์˜-mechanism-7๋‹จ๊ณ„)
- [์ ๊ทผ์‹ ํ‘œ๊ธฐ๋ฒ•](#์ ๊ทผ์‹-ํ‘œ๊ธฐ๋ฒ•)
* [Big O ํ‘œ๊ธฐ๋ฒ•](#big-o----)
* [Big O ํ‘œ๊ธฐ๋ฒ•](#big-o-ํ‘œ๊ธฐ๋ฒ•)
* [Asymptotic Analysis](#asymptotic-analysis)
* [๋Œ€ํ‘œ์ ์ธ ๋ณต์žก๋„ ์นดํ…Œ๊ณ ๋ฆฌ](#๋Œ€ํ‘œ์ ์ธ-๋ณต์žก๋„-์นดํ…Œ๊ณ ๋ฆฌ)
+ [Polynomial Time](#polynomial-time)
+ [Exponential Time](#exponential-time)
* [ฮฉ ํ‘œ๊ธฐ๋ฒ•](#ฯ‰-ํ‘œ๊ธฐ๋ฒ•)
* [Summary โœฉ](#summary-)
- [์ˆœํ™˜ (recursion)](#์ˆœํ™˜--recursion-)
- [์ˆœํ™˜ (recursion)](#์ˆœํ™˜-recursion)
- [Master Theorem](#master-theorem)
* [์ œ์•ฝ ์กฐ๊ฑด โœฉ](#์ œ์•ฝ-์กฐ๊ฑด-)
+ [Adavanced Master Theorem](#adavanced-master-theorem)
Expand Down

0 comments on commit 14181ca

Please sign in to comment.