OccupyMars2025 / dengjunhui-data-structure

1 stars 0 forks source link
cpp data-structures python3

2023/12/4 8:00 - 12/22: round 1

2023/12/27 - now: round 2


The accompanying source code of the book:

https://dsa.cs.tsinghua.edu.cn/~deng/ds/dsacpp/

These source code is copied from:

https://cloud.tsinghua.edu.cn/d/92a0694dee2242c88466/

How to run: I add one Makefile to each following directory, cd into each directory, then run "make all"

$ cd src/List/
$ make all
$ ./build/apps/program 5
note: "./build/apps/program" is the generated executable

Screenshot from 2023-12-05 17-39-03

Caution: if you come across this kind of compile error "error: xxxx was not declared in this scope" which is reported by many header files that you don't include, you may refer to this issue: https://github.com/OccupyMars2025/dengjunhui-data-structure-cpp-source-code/issues/7