summaryrefslogtreecommitdiff
path: root/AlgoDesignAndTechniqueEdxPython/tests/covering_segmentsTest.py
AgeCommit message (Collapse)Author
2018-09-19Covering segment complete.Haidong Ji
This is quite tricky. I read the forum and it helped https://courses.edx.org/courses/course-v1:UCSanDiegoX+ALGS200x+2T2017/discussion/forum/course/threads/5a427c497acf2d0810000713 In particular try_my_best's algorithm worked. But I need to de-dup and sort the list before feeding it to that algorithm, otherwise it won't pass all the tests!
2018-09-14Rebuilding Lenovo.Haidong Ji
Checking in the code.