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
- leetcode
- recursive
- matrix
- linked list
- Binary
- Array
- tree
- string
- Python
- Medium
- 리트코드
- binary search
- binary tree
- easy
- backtracking
- Depth-first Search
- DP
- hash table
- 문자열
- list
- 이진트리
- 재귀
- two pointers
- dfs
- HashTable
- 미디움
- math
Archives
- Today
- Total
목록leetcode 136 (1)
부부의 코딩 성장 일기
LeetCode 136(Single Number, Python)
1. 문제 링크 https://leetcode.com/problems/single-number/ Single Number - LeetCode Can you solve this real interview question? Single Number - Given a non-empty array of integers nums, every element appears twice except for one. Find that single one. You must implement a solution with a linear runtime complexity and use only constant leetcode.com 2. 문제 설명 정수로 구성된 nums가 주어졌을 때, 한 element만을 제외하곤, 모든 e..
Algorithm/LeetCode
2023. 11. 30. 19:00