Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 1st/Note.md

This file was deleted.

4 changes: 4 additions & 0 deletions 1st/homework_1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_10/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_4/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_5/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_6/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_7/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_8/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions 1st/homework_9/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ StuQ 算法与数据结构课程学员作业提交仓库
2. 第二节目录下的每个文件夹对应每节课的作业题目,比如 1st/homework_1 对应第一节课程的第一道作业题,1st/homework_2 对应第一节课程的第二道题。
3. 第三节目录下的每个文件夹对应每个学员的作业仓库,比如 1st/homework_1/id_0 代表学号为“0” 的学员的第一节课第一道作业题的代码提交处,将自己写好的代码脚本用 pull request 的方式提交到对应位置即可。
4. 代码脚本文件命名请和题目作业保持一致,比如 [leetcode 的 Add Two Numbers 题目](https://leetcode.com/problems/add-two-numbers/description/) ,作业名请保存为 AddTwoNumbers.py (假设你用 Python 完成作业);
5. 如果对 git、github 操作不太了解,请参考官方文档:[Git 官方文档](https://git-scm.com/book/en/v2) [Github 官方文档](https://help.github.com)
5. 每个文件夹下的 .gitignore 文件可忽略;
6. 如果对 git、github 操作不太了解,请参考官方文档:[Git 官方文档](https://git-scm.com/book/en/v2) [Github 官方文档](https://help.github.com)