summaryrefslogtreecommitdiff
path: root/PlaygroundCpp/.settings
AgeCommit message (Collapse)Author
2018-11-23Improved QuickSort done!Haidong Ji
2018-09-27Covering segments/Collecting Signature done!Haidong Ji
Really fun to implement it in C++. Learned std::sort, std::unique, == overloading for struct for std::unique to work. Good stuff!
2018-09-07Fractional Knapsack done.Haidong Ji
Good exercise. Learned C++ vector usage, and the ASSERT_NEAR macro for testing floats/doubles. Lots of fun.
2018-08-06Initial commit.Haidong Ji