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
- math
- sorting
- 재귀
- Medium
- Python
- recursive
- dfs
- two pointers
- 쉬움
- hash table
- 이진트리
- Array
- Depth-first Search
- 미디움
- 문자열
- string
- tree
- 리트코드
- binary search
- DP
- list
- HashTable
- easy
- backtracking
- linked list
- Binary
- binary tree
- 중간
- matrix
- leetcode
Archives
- Today
- Total
목록leetcode 29 (1)
부부의 코딩 성장 일기
LeetCode 29(Divide Two Integers, Python)
1. 문제 링크 LeetCode - The World's Leading Online Programming Learning Platform Divide Two Integers - LeetCode Can you solve this real interview question? Divide Two Integers - Given two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator. The integer division should truncate toward zero, which means losing it leetcode.com 2. 문제 설명 정수의 나눗셈 후 소..
Algorithm/LeetCode
2023. 12. 23. 19:00