An open API service indexing awesome lists of open source software.

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)

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}`