반응형
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
- node.js
- UE5
- nodeJS
- Context
- priority_queue
- server
- MySQL
- BinaryTree
- treenode
- route
- Callback
- axios
- css
- array
- DP
- count
- component
- routes
- bit
- Navigation
- React
- 비트연산
- state
- c++
- queue
- map
- JSX
- Props
- event
- leetcode
Archives
- Today
- Total
목록BST (1)
우사미 코딩
[LeetCode] 450. Delete Node in a BST
1. 문제링크 https://leetcode.com/problems/delete-node-in-a-bst Delete Node in a BST - LeetCode Can you solve this real interview question? Delete Node in a BST - Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of the BST. Basically, the deletion can be d leetcode.com 2. key point - Recursive로 문제를 해결할 수 있..
Leetcode
2023. 6. 20. 03:32