Skip to content

psychicalcoder/NCTU-Algorithm-HW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Sets

These codes are the AC solutions of 2020 Fall Pf. Kai-Chiang Wu’s Introduction to Algorithms course in NCTU CS. Includes problems in lab1 to lab6 except the midterm problems (because I didn’t do them). The problem sets can be found on FormosaOJ if you can login.

Environment Recommendation

Editor

GNU Emacs 27.1 with LSP-mode + Clangd

Compile command and options

This is my compilation setting, but I think the code is compatible for C++ Version above C++11 (both clang++ and g++).

g++ 1075.cpp -std=c++14 -O2 -o 1075

About

Solutions to homework of Kai-Chiang Wu's Algorithm Course in NCTU CS 2020 Fall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages