Skip to content

Commit 40cecd0

Browse files
committed
docs: update docs
1 parent 6b72559 commit 40cecd0

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# 常见的js手写题
1+
# 常见的 js 手写题
2+
23
## 常见的面试手写题
4+
35
- [x] 发布订阅模式
4-
- [ ] 数组转树
6+
- [x] 数组转树
57
- [ ] 树转数组
6-
- [x] 生成x*y的数组 用0填充
8+
- [x] 生成 x\*y 的数组 用 0 填充
79
- [x] 扁平化数组
810

911
## 排序算法
12+
1013
- [x] 冒泡排序
1114
- [x] 快速排序
1215
- [x] 选择排序

index.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<script src="./面试常见的手写题//05-数组转树.js"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)