summaryrefslogtreecommitdiff
path: root/AlgoDesignAndTechniqueEdxJava/tests/FractionalKnapsackTest.java
AgeCommit message (Collapse)Author
2018-09-07Stress tested according to week 1 pdf, found and fixed bug!Haidong Ji
The bug was simple: I picked the index of the sortedAscendingIndex, not its value in weight comparison.
2018-09-05Buggy FractionalKnapsack for now. Work on a python version first.Haidong Ji
I may need to do an exhaustive testing.