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