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

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