일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python
- Queue
- 코테
- sql
- coding
- lambda
- mysql
- coding test
- itertools
- 조합
- Stack
- counter
- 파이썬
- level4
- 완전탐색
- cte
- Level2
- programmers
- tableau
- import re
- LeetCode
- 코딩테스트
- AARRR
- 프로그래머스
- lv4
- join
- time complexity
- 코딩
- Growth hacking
- hackerrank
Archives
- Today
- Total
목록tree (1)
ror_coding

WITH RECURSIVE (CTE) 로 Level 구하기 !!! 매우 중요! Question You are given a table, BST, containing two columns: N and P, where N represents the value of a node in Binary Tree, and P is the parent of N.Write a query to find the node type of Binary Tree ordered by the value of the node. Output one of the following for each node:Root: If node is root node.Leaf: If node is leaf node.Inner: If node is neith..
Coding Test/SQL
2025. 4. 5. 17:59