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
- DIY
- LeetCode
- 발더스게이트
- 롱라이플
- 누룽지소금빵
- 건담
- 취미
- 메탈퍼즐
- 게임
- 블라인드박스
- 바질토마토뭐시기
- 포켓몬
- 가챠
- 건담헤드
- 미앤아이
- javascript
- 눈알빠지겠네
- 노노그램
- 밥무하마드
- 프라모델
- 맛집
- 지리데칼
- 코테
- 우리시대의역설
- 제프딕슨
- 30mf
- 코딩테스트
- 유루건
- 발더스모드
- 지쿠악스
Archives
- Today
- Total
목록프로그래머스 (1)
.Zzumbong
난이도 [ 😊 ] Easy 문제 설명 Given an array of string words, return all strings in words that is a substring of another word. You can return the answer in any order. A substring is a contiguous sequence of characters within a string 입출력 예 Example 1:Input: words = ["mass","as","hero","superhero"] Output: ["as","hero"] Explanation: "as" is substring of "mass" and "hero" is substring of "superhero". ["he..
coding test/leetCode
2025. 1. 7. 10:57