[LeetCode] 290. Word Pattern
Easy 문제로 설명과 예시는 아래와 같다. : Given a pattern and a string s, find if s follows the same pattern. Here follow means a full match, such that there is a bijection between a letter in pattern and a non-empty word in s. Pattern과 String이 주어지고 주어진 String은 공백(space)를 통해 단어를 구분해뒀고, 각 단어를 하나의 문자로 치환했을 때 주어진 pattern과 일치가 가능하다면 true 그렇지 않으면 false를 반환하면 된다. Easy 문제임에도 acceptance rate는 41.7% 밖에 되지 않는다. Dictiona..
기술(Tech, IT)/리트코드(LeetCode)
2023. 3. 1. 06:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 머신 러닝
- 파이썬
- 티스토리챌린지
- Android
- ml
- Hash Map
- vertex shader
- I2C
- java
- The Economist
- 이코노미스트 에스프레소
- tf-idf
- 이코노미스트
- 안드로이드
- min heap
- machine learning
- leetcode
- defaultdict
- join
- 딕셔너리
- DICTIONARY
- 리트코드
- 소켓 프로그래밍
- Computer Graphics
- C++
- Python
- 오블완
- 투 포인터
- socket programming
- The Economist Espresso
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
반응형