Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 알고리즘테스트
- 게임
- 바질토마토뭐시기
- 나쫌
- 송리단
- 코테
- 미앤아이
- 발더스게이트
- 잠실새내
- javascript
- 맛집
- 취미
- 눈알빠지겠네
- 뜨아거
- 3d퍼즐
- LeetCode
- 발더스3
- 밥먹고
- 하스스톤
- 코딩테스트
- 천등
- 노노그램
- 토이프로젝트
- 메일우유
- 서울제빵소
- 발더스모드
- DIY
- 버즈2프로
- 메탈퍼즐
- 누룽지소금빵
Archives
- Today
- Total
목록2022/12/15 (1)
.Zzumbong
[leetCode/JS] 1143. Longest Common Subsequence
난이도 [ 🤔 ] Medium 문제 설명 Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0. A subsequence of a string is a new string generated from the original string with some characters (can be none) deleted without changing the relative order of the remaining characters. For example, "ace" is a subsequence of "abcde". A commo..
coding test/leetCode
2022. 12. 15. 10:17