https://github.com/ppodds/ncudatastructurehw
National Central University Data Structure Homework (Backup)
https://github.com/ppodds/ncudatastructurehw
c cpp data-structures homework ncucsie
Last synced: 8 months ago
JSON representation
National Central University Data Structure Homework (Backup)
- Host: GitHub
- URL: https://github.com/ppodds/ncudatastructurehw
- Owner: ppodds
- License: mit
- Created: 2021-10-01T08:23:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T11:07:08.000Z (over 4 years ago)
- Last Synced: 2025-03-06T00:20:42.273Z (about 1 year ago)
- Topics: c, cpp, data-structures, homework, ncucsie
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NCUDataStructureHW (1101)
National Central University Data Structure Homework (Backup)
I try to use C language to complete all homeworks in this class. I hope this would make me learn more.
## Environment (Online Judge)
- C ( GCC 5.4 )
`/usr/bin/gcc -DONLINE_JUDGE -O2 -w -fmax-errors=3 -std=c11 {src_path} -lm -o {exe_path}`
- C++ ( G++ 5.4 )
`/usr/bin/g++ -DONLINE_JUDGE -O2 -w -fmax-errors=3 -std=c++14 {src_path} -lm -o {exe_path}`