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 |
Tags
- GridSearchCV
- 데이터분석
- ADP
- 볼린저밴드
- 빅데이터분석기사
- hackerrank
- 코딩테스트
- 변동성돌파전략
- lstm
- randomforest
- TimeSeries
- 파이썬
- backtest
- Quant
- Programmers
- 비트코인
- 파트5
- docker
- PolynomialFeatures
- SQL
- Crawling
- sarima
- 파이썬 주식
- 토익스피킹
- 프로그래머스
- 데이터분석전문가
- 실기
- 백테스트
- Python
- 주식
Archives
- Today
- Total
목록Binary Tree Nodes (1)
데이터 공부를 기록하는 공간

https://www.hackerrank.com/domains/sql?filters%5Bskills%5D%5B%5D=SQL%20%28Intermediate%29 Solve SQL Code Challenges A special-purpose language designed for managing data held in a relational database. www.hackerrank.com intermediate ☆Binary Tree Nodes select N, case when P is null then "Root" when N not in (select distinct P from BST where P is not null) then "Leaf" else "Inner" end from BST ord..
STUDY/SQL_HACKERRANK
2021. 10. 18. 00:05