반응형
144. Binary Tree Preorder Traversal
소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem Given the root of a binary tree, return the preorder traversal of its nodes' values. Example 1: Input: root = [1,null,2,3] Output: [1,2,3] Example 2: Input: root = [] Output: [] Example 3: Input: root = [1] Output: [1] Constraints: The number of nodes in the tree is in the range [0, 100]. -100
Algorithm/LeetCode Daily Challenge
2022. 9. 9. 12:30
반응형
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- 224,073
- Today
- 0
- Yesterday
- 349
링크
TAG
- JSON
- 함께 자라기 후기
- 스프링부트
- Spring Boot JPA
- intellij
- Java
- proto3
- JPA
- Spring Data JPA
- @ManyToOne
- 헥사고날 아키텍처
- r
- Linux
- Jackson
- leetcode
- 스프링 부트 회원 가입
- QueryDSL
- Spring Boot Tutorial
- 클린 아키텍처
- 알고리즘
- 함께 자라기
- 스프링 부트 애플리케이션
- 스프링 부트 튜토리얼
- 스프링 데이터 jpa
- Spring Boot
- spring boot jwt
- 스프링 부트
- spring boot application
- gRPC
- spring boot app