# HG changeset patch # User Steve Losh # Date 1541896604 18000 # Node ID cc6c687e5c3020384c1d53b5eb7508479b2987a0 # Parent 81ffe86623c7e023b922615af40a9f6fe0996605 Update diff -r 81ffe86623c7 -r cc6c687e5c30 README.markdown --- a/README.markdown Sat Nov 10 15:39:20 2018 -0500 +++ b/README.markdown Sat Nov 10 19:36:44 2018 -0500 @@ -455,3 +455,6 @@ original was missing some screws and one of the plastic tabs had broken off and was jamming things when I tried to reassemble it. Once I figured that out it went back together fine. + +Did some more Rosalind problems. One was trivial. Implemented +`longest-monotonic-subsequence` for another, which was tricky.