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