summaryrefslogtreecommitdiff
path: root/AlgoDesignAndTechniqueEdxPython/tests/lcs3Test.py
AgeCommit message (Collapse)Author
2018-12-25Longest subsequence done! (3 seqs)Haidong Ji
The only tricky part was to create and populate the 3-d list. The instructions here was helpful: https://www.ict.social/python/basics/multidimensional-lists-in-python