colinaaa / algorithm-course-notes

何老师算法课笔记
MIT License
12 stars 17 forks source link
algorithms hust

Welcome to algorithm-course-notes 👋

Version License: MIT build-CI Upload Release Asset

算法课笔记

Demo

添加新章节

  1. src中添加新文件xxx.tex(可参考example.tex
  2. MakefileSRC中添加xxx.tex
TEX=\
    $(SRC)/example.tex\
    $(SRC)/xxx.tex\
  1. book.tex中添加一个\input
\input{src/xxx.tex}
  1. 测试一下
make dev

FAQ

工具链

编译

make

本地编写

make dev

清理

make clean

# or clean up outputs
make clean-all

Author

👤 Colin Wang

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator