일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 운영체제
- 30. Substring with Concatenation of All Words
- 파이썬
- Substring with Concatenation of All Words
- data science
- Decorator
- iterator
- DWG
- Generator
- Convert Sorted List to Binary Search Tree
- concurrency
- Python Code
- shiba
- LeetCode
- Class
- Python Implementation
- 43. Multiply Strings
- 시바견
- kaggle
- 315. Count of Smaller Numbers After Self
- Regular Expression
- Protocol
- 프로그래머스
- t1
- 715. Range Module
- 밴픽
- 컴퓨터의 구조
- 109. Convert Sorted List to Binary Search Tree
- attribute
- Python
Archives
- Today
- Total
목록LeetCode 290. Word Pattern (1)
Scribbling
[C++] istringstream
LeetCode 290. Word Pattern https://leetcode.com/problems/word-pattern/ Word Pattern - LeetCode Can you solve this real interview question? Word Pattern - 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. Example leetcode.com class Solution { public: bool wordPat..
Computer Science/C++
2023. 8. 22. 03:20