indendation changes

This commit is contained in:
Michael Cao 2020-06-03 21:12:00 -05:00
parent aba7917c95
commit 6ddd9a1d33

View file

@ -30,7 +30,7 @@ Tutorials for most problems (excluding USACO) can be found on Chapter 7 of CPH.
* [Fruit Feast (USACO Gold)](http://www.usaco.org/index.php?page=viewproblem2&cpid=574)
* Longest Increasing Subsequence
* [LIS in Quadratic Time](https://leetcode.com/problems/longest-increasing-subsequence/)
* Try to improve to $O(N\log N)$.
* Try to improve to $O(N\log N)$.
* [Sort It Out (USACO Platinum)](http://www.usaco.org/index.php?page=viewproblem2&cpid=865)
* Coin Change
* [Unordered](https://cses.fi/problemset/task/1635)