Skip to content

A series of experiments of subject Data Structure for kaoyan-exam students

License

Notifications You must be signed in to change notification settings

ClazyChen/ds-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds-lab

Author: Clazy Chen (Department of Computer Science and Technology, Tsinghua University, China)

This is a course experiment in Data Structure for students who use textbooks (written by Ms. Yan or Mr. Deng) to take graduate school entrance examinations (kaoyan). It covers all the knowledge points needed for the exam and gives users the opportunity to practice their programming skills. Modern C++ training is very rare in any Chinese university. Have fun in our Lab!

Today is 2024, while GCC and Clang still have poor support for modules intruduced by C++20. To solve this problem, we eliminate all modules and downgrade the previous codes to traditional C++ headers. All codes are written in English because Visual Studio recommends UTF-8 with BOM and other compilers may prefer UTF-8 without BOM. We recommend GCC 13+, Clang 17+, and the latest version of Visual Studio 2022.

You can find the tutorial documentation under the doc folder. main.pdf is the new version written in Typst which is under construction, while tutorial.pdf is the old version which has been deprecated.

We welcome commercial use of this experiment without payment to the author, as detailed in the MIT license.

About

A series of experiments of subject Data Structure for kaoyan-exam students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages