blog-hexo/source/_posts/ky/数据结构.md
2023-12-26 10:59:02 +08:00

14 lines
215 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 数据结构
top: 0
categories:
- 读书
status: doing
use: katex
---
# 算法
## 时间复杂度
事前预估算法时间开销 $$T(n)$$ 与问题规模 $$n$$ 的关系( $$T$$ 表示 “time”