Skip to content

Commit 41ae1a1

Browse files
authored
Add more problems for LIS
1 parent 72c81db commit 41ae1a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sequences/longest_increasing_subsequence.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,11 @@ I.e. go from left to right and assign the current number or that subsequence end
286286
- [Codeforces - Tourist](http://codeforces.com/contest/76/problem/F)
287287
- [Codeforces - LCIS](http://codeforces.com/problemset/problem/10/D)
288288
- [SPOJ - SUPPER](http://www.spoj.com/problems/SUPPER/)
289+
- [SPOJ - HMLIS](https://www.spoj.com/problems/HMLIS/)
290+
- [SPOJ - DOSA](https://www.spoj.com/problems/DOSA/)
291+
- [SPOJ - ONEXLIS](https://www.spoj.com/problems/ONEXLIS/)
292+
- [UVA - Happy Birthday](https://onlinejudge.org/external/120/12002.pdf)
293+
- [UVA - Back To Edit Distance](https://onlinejudge.org/external/127/12747.pdf)
294+
- [UVA - Tiling Up Blocks](https://onlinejudge.org/external/11/1196.pdf)
289295
- [Topcoder - BridgeArrangement](https://community.topcoder.com/stat?c=problem_statement&pm=2967&rd=5881)
290296
- [ACMSGURU - "North-East"](http://codeforces.com/problemsets/acmsguru/problem/99999/521)

0 commit comments

Comments
 (0)