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