cc6c687e5c30
Update
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sat, 10 Nov 2018 19:36:44 -0500 | 
| parents | 81ffe86623c7 | 
| children | 6e874f10f70c | 
| branches/tags | (none) | 
| files | README.markdown | 
Changes
--- 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.