Skip to content

Commit 9a7edce

Browse files
committed
Release v1.7.0
- Add Chapter: DP-01-Knapsack Problems (by @Huqingnan123) - Add Chapter: DP-Context Free Grammar (by @Huqingnan123)
1 parent 29f6e0c commit 9a7edce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Welcome to algorithm-course-notes 👋
2-
![Version](https://img.shields.io/badge/version-1.6.2-blue.svg?cacheSeconds=2592000)
2+
![Version](https://img.shields.io/badge/version-1.7.0-blue.svg?cacheSeconds=2592000)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
44
![build-CI](https://github.com/colinaaa/algorithm-course-notes/workflows/build-CI/badge.svg)
55
![Upload Release Asset](https://github.com/colinaaa/algorithm-course-notes/workflows/Upload%20Release%20Asset/badge.svg)
66

77
> 算法课笔记
88
9-
### [Demo](https://github.com/colinaaa/algorithm-course-notes/releases/download/v1.6.2/book-v1.6.2.pdf)
9+
### [Demo](https://github.com/colinaaa/algorithm-course-notes/releases/download/v1.7.0/book-v1.7.0.pdf)
1010

1111
## 添加新章节
1212

1313
1.`src`中添加新文件`xxx.tex`(可参考`example.tex`
1414
2.`Makefile``SRC`中添加`xxx.tex`
1515

16-
```Makefile
16+
```make
1717
TEX=\
1818
$(SRC)/example.tex\
1919
$(SRC)/xxx.tex\

book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
\author{计卓1801全体}
2828
\institute{华中科技大学}
2929
\date{\zhtoday}
30-
\version{1.6.2}
30+
\version{1.7.0}
3131
\logo{logo.png}
3232
\cover{cover.png}
3333

0 commit comments

Comments
 (0)