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
- 이진탐색
- String
- 파이썬
- Apache Spark
- DP
- 아파치 카프카
- 아파치 하둡
- 리트코드
- 아파치 스파크
- 빅데이터
- apache kafka
- 분산처리
- docker
- programmers
- 오블완
- 하둡
- 도커
- 코딩테스트
- Data Engineering
- 프로그래머스
- 카프카
- 분산
- Python
- 티스토리챌린지
- heapq
- KAFKA
- Apache Hadoop
- 알고리즘
- leetcode
- 우선순위큐
Archives
- Today
- Total
목록check if a word occurs as a prefix of any word in a sentence (1)
래원
[LeetCode] 1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence - Python
난이도: Easy문제 설명Given a sentence that consists of some words separated by a single space, and a searchWord, check if searchWord is a prefix of any word in sentence.Return the index of the word in sentence (1-indexed) where searchWord is a prefix of this word. If searchWord is a prefix of more than one word, return the index of the first word (minimum index). If there is no such word return -1.A pr..
알고리즘/LeetCode
2024. 12. 2. 15:56