You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My AC code from Data Structure and Algorithm(DSA) class inspired by Hsuan-Tien Lin (first-half semester) & Hsin-Mu (Michael) Tsai (second-half semester) in NTU.
compile
The compile command of the course is:
gcc main.c -static -O2 -std=c11