/AlgorithmDesignNotes

The notes for the Algorithm Design and Analysis course.

Primary LanguageCSS

Notes for Algorithm Design and Analysis Course

The notes are for the Algorithm Design and Analysis course.

You are encouraged to pull request or add new issues.

TOC

Watch and Build

# to build
make build

# to watch (fswatch needed)
make watch

Special Thanks

Thanks ZenoZeng for providing the scripts to build and watch the documents.