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
- 중간
- sorting
- Python
- 문자열
- hash table
- 리트코드
- binary search
- string
- Medium
- HashTable
- backtracking
- math
- easy
- tree
- Binary
- dfs
- 재귀
- matrix
- 쉬움
- recursive
- binary tree
- two pointers
- 이진트리
- 미디움
- list
- DP
- linked list
- leetcode
- Array
- Depth-first Search
Archives
- Today
- Total
목록StringMatching (1)
부부의 코딩 성장 일기
LeetCode 28(Find the Index of the First Occurence in a String, Python)
1. 문제 링크 https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/ Find the Index of the First Occurrence in a String - LeetCode Can you solve this real interview question? Find the Index of the First Occurrence in a String - Given two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Exam..
Algorithm/LeetCode
2023. 11. 3. 19:00