[LeetCode] 604. Design Compressed String Iterator
아래와 같이 문자 다음 숫자로 이루어진 일종의 encoded string이 주어지고, 이에 따라 next()와 hasNext() 함수를 구현하는 문제다. next()와 hasNext() 함수를 구현하는 문제는 많이 출제되는 유형 중 하나다. Input: ["StringIterator", "next", "next", "next", "next", "next", "next", "hasNext", "next", "hasNext"] [["L1e2t1C1o1d1e1"], [], [], [], [], [], [], [], [], []] Output: [null, "L", "e", "e", "t", "C", "o", true, "d", true] class StringIterator: def __init__(self,..
기술(Tech, IT)/리트코드(LeetCode)
2023. 5. 5. 13:58
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- min heap
- defaultdict
- Computer Graphics
- C++
- 티스토리챌린지
- ml
- leetcode
- vertex shader
- 파이썬
- The Economist
- Python
- Android
- tf-idf
- Hash Map
- The Economist Espresso
- 머신 러닝
- 딕셔너리
- DICTIONARY
- 이코노미스트
- java
- machine learning
- 오블완
- 안드로이드
- join
- 이코노미스트 에스프레소
- socket programming
- I2C
- 투 포인터
- 리트코드
- 소켓 프로그래밍
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
반응형