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
- 미앤아이
- 나쫌
- 토이프로젝트
- 메일우유
- 발더스게이트
- 발더스3
- 노노그램
- 천등
- 잠실새내
- LeetCode
- 눈알빠지겠네
- javascript
- 취미
- 3d퍼즐
- 맛집
- 코테
- 알고리즘테스트
- 버즈2프로
- 게임
- 누룽지소금빵
- 서울제빵소
- 바질토마토뭐시기
- 하스스톤
- 코딩테스트
- 밥먹고
- 송리단
- 뜨아거
- 메탈퍼즐
- DIY
- 발더스모드
Archives
- Today
- Total
목록2022/12/01 (1)
.Zzumbong
[leetCode/JS] 1704. Determine if String Halves Are Alike
난이도 [ 😊 ] Easy 문제 설명 You are given a string s of even length. Split this string into two halves of equal lengths, and let a be the first half and b be the second half. Two strings are alike if they have the same number of vowels ('a','e', 'i', 'o', 'u', 'A', 'E', 'I', 'O', 'U'). Notice that s contains uppercase and lowercase letters. Return true if a and b are alike. Otherwise, return false. 짝수 ..
coding test/leetCode
2022. 12. 1. 13:43