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
- 쉬움
- DP
- dfs
- 중간
- string
- leetcode
- linked list
- 이진트리
- tree
- 문자열
- 재귀
- 리트코드
- Python
- Binary
- binary search
- easy
- sorting
- binary tree
- math
- Depth-first Search
- matrix
- 미디움
- Array
- list
- HashTable
- Medium
- two pointers
- recursive
- backtracking
- hash table
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