summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-03Largest number aka maximize salary done!Haidong Ji
2018-09-28Maximize num of places of prize done!Haidong Ji
More practice with C++ vector.
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-07max dot product doneHaidong Ji
also known as maximize online ad revenue in exercise pdf file.
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-09-02Changing money done.Haidong Ji
I noticed that in this case, it was really simple, because I pretty much copied the code from Java.
2018-08-29Fixing merging errorsHaidong Ji
2018-08-29Partial Fib sum last digit done for C++Haidong Ji
This concludes the second module of Algorithmic Design and Techniques from edX. I had a lot of fun doing it. It's challenging and I learned a lot!
2018-08-28Fib sum last digit done!Haidong Ji
2018-08-26Huge Fib mod M done!Haidong Ji
This was so much fun! I'm glad I did it with Python, Java, and C++, in that order. I learned so much through the process: typing, overflow, BigInteger, and ended up not needing BigInteger! Yay!!!
2018-08-19LCM done!Haidong Ji
2018-08-19GCD done!Haidong Ji
2018-08-16Got googletest going and fib last digit done!Haidong Ji
2018-08-13First optimized Fibonacci done!Haidong Ji
2018-08-07Max Pairwise Product implemented!Haidong Ji
2018-08-06Initial commit.Haidong Ji