-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (50 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="{CHARSET}">
<title>希望你能变得温暖而优秀!</title>
</head>
<body>
<h4>Leetcode练习</h4>
<table border="1" cellspacing="0">
<tr>
<th>题目</th>
<th>自解</th>
<th>更新日期</th>
</tr>
<tr>
<td><a href="https://leetcode.cn/problems/permutations/">#46 全排列</a></td>
<td><a href="https://github.com/lyyi599/lyyi599.github.io/blob/main/blog/day1-%2346%E5%85%A8%E6%8E%92%E5%88%97.txt">跳转</a></td>
<td>2022/6/29</td>
</tr>
</table>
<hr />
<h4>夏令营准备</h4>
<table border="1" cellspacing="0">
<tr>
<th>内容</th>
<th>简介</th>
<th>更新日期</th>
</tr>
<tr>
<td>c++基础</td>
<td>从最开始基础开始,一直说到c++面向对象,主要参考菜鸟教程及网上博客</td>
<td>2022/7/27</td>
</tr>
<tr>
<td>线性代数基础</td>
<td>跟随大四毕业实习课程进行的总结,不全面,基本的结构是差不多了</td>
<td>2022/8/某</td>
</tr>
<tr>
<td>计网 精简版本</td>
<td>主要是面向面试的版本</td>
<td>2022/8/1</td>
</tr>
<tr>
<td>组原 无敌版</td>
<td>从大学课程中的重新总结,来源于课程朱耀琴老师<a href="https://www.bilibili.com/video/BV1pb4y1U74R/?spm_id_from=333.999.0.0&vd_source=ba2242c8e843489ce4e0034802ff9a87">课程录屏</a></td>
<td>2022/8/12</td>
</tr>
</body>
</html>