Skip to content

Commit 106b994

Browse files
author
Colin
committed
Release v2.0.0
- Add new chapter: Network flow base by @retrhelo (#30) - Add new chapter: MST by @Gousheng-dd (#29) - Add new chapter: Red blue by @Gousheng-dd (#29) - Add new chapter: Proof of Statute by @qzylalala (#35, #45) - Add new chapter: Approximation algorithm by @LMA936 and @Beau-Chen (#32) - Add new chapter: Shortest path by @gjkk (#42) - Add new chapter: Edit distance by @Jeckinchen and @wangnengjie (#40) - Add new chapter: Greedy algorithm by @JerryHsh (#36)
1 parent 6750603 commit 106b994

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Welcome to algorithm-course-notes 👋
2-
![Version](https://img.shields.io/badge/version-1.8.0-blue.svg?cacheSeconds=2592000)
2+
![Version](https://img.shields.io/badge/version-2.0.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.8.0/book-v1.8.0.pdf)
9+
### [Demo](https://github.com/colinaaa/algorithm-course-notes/releases/download/v2.0.0/book-v1.8.0.pdf)
1010

1111
## 添加新章节
1212

book.tex

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

@@ -59,4 +59,4 @@
5959

6060

6161
\bibliography{ref.bib}
62-
\end{document}
62+
\end{document}

0 commit comments

Comments
 (0)