[C++] LeetCode : Binary Tree Zigzag Level Order Traversal
Question Given the root of a binary tree, return the zigzag level order traversal of its nodes' values. (i.e., from left to right, then right to left for the next level and alternate between). 이진트리의 root 가 주어졌을 때 지그재그로 노드의 값을 출력하는 함수를 작성하라. 제약사항 The number of nodes in the tree is in the range [0, 2000]. -100 left){ next_level.push(top->left); } if(top->right){ next_level.push(top->right); } }els..
IT/Problem Solving
2022. 8. 20. 23:17
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 알고리즘
- Tree
- 맛집
- 내돈내산
- 러스트
- Problem Solving
- 러스트 기초
- 솔직후기
- PS
- rust
- coding interview
- 반드시 알아야 할 자료구조
- Interview
- LeetCode
- 트리
- interview question
- 코딩인터뷰
- 러스트 배우기
- 인터뷰
- 리트코드
- 러스트 입문
- 자료구조
- ProblemSolving
- Medium
- DP
- C++
- algorithm
- 기술면접
- 속초
- 속초 맛집
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함