Skip to content

Commit ce5025a

Browse files
committed
Init.
1 parent 1e06940 commit ce5025a

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

91algo/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 91 算法(第5期)
2+
3+
[91 算法第5期网站](https://leetcode-solution.cn/91)
4+
91 算法是一个为期 91 天的大家一起打卡的活动,
5+
大家可以一起做和学习带有讲解和按照专题的算法题。
6+
7+
语言主要是 Python/JavaScript...
8+
本人暂定使用 C++ 来完成。
9+
10+
中英文都有
11+
Lanaguages used: mostly Python/JavaScript
12+
Langguages for notes: English, Chinese

91algo/code-templates/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 本人原创的代码模板(Code templates)
2+
3+
根据课程给的伪代码, 主要使用C++语言来完成。

91algo/cpp/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 课程代码
2+
3+
本人暂定使用 C++ 来完成。

91algo/notes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 课程笔记
2+
3+
这里会记录重要笔记.

91algo/templates/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 本人原创的代码模板(Code templates)
2+
3+
根据课程给的伪代码, 主要使用C++语言来完成。

0 commit comments

Comments
 (0)