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