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