-
Notifications
You must be signed in to change notification settings - Fork 11
zhsun/neu-cs5800
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* Goal I keep my sample code for the algorithm class I'm teaching at Northeastern Unviersity (CS5800). The goal of this is to help students better understand the algorithms and techniques I cover in class. Hence, I try to make the code expressive, without worrying about making it general. * Programming languages The code is written in C++. I use unit tests [gtest/gmock] to verify the corretness of all algorithm implementations. * How to execute I use cmake to simplify the build process for C++. In general, you can follow the following steps to run all unit tests. mkdir build cd build cmake .. make ctest * Misc If you find any mistakes or have any suggestions, please reach me at austin.zhifeng.sun@gmail.com.
About
Code for CS5800 that I teach at Northeastern University.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published