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 |
Tags
- 잠실새내
- 바질토마토뭐시기
- 누룽지소금빵
- LeetCode
- 노노그램
- 코테
- 토이프로젝트
- javascript
- 송리단
- 눈알빠지겠네
- 발더스게이트
- 메일우유
- 천등
- 코딩테스트
- 게임
- 취미
- 밥먹고
- 뜨아거
- 미앤아이
- 발더스3
- 3d퍼즐
- 나쫌
- 서울제빵소
- 하스스톤
- 발더스모드
- 메탈퍼즐
- 알고리즘테스트
- 버즈2프로
- 맛집
- DIY
Archives
- Today
- Total
목록2023/09/29 (2)
.Zzumbong
[leetCode/JS] 1624. Largest Substring Between Two Equal Characters
난이도 [ 😊 ] Easy 문제 설명 Given a string s, return the length of the longest substring between two equal characters, excluding the two characters. If there is no such substring return -1. A substring is a contiguous sequence of characters within a string. 문자열 s가 주어진다. 두 문자를 제외한 두 개의 문자 사이의 가장 긴 부분 문자열의 길이를 반환한다. 문자열이 없으면 -1을 반환한다. 입출력 예 Example 1: Input: s = "aa" Output: 0 Explanation: The optimal su..
coding test/leetCode
2023. 9. 29. 21:30