반응형
[LeetCode - Daily Challenge] 331. Verify Preorder Serialization of a Binary Tree
Problem One way to serialize a binary tree is to use preorder traversal. When we encounter a non-null node, we record the node's value. If it is a null node, we record using a sentinel value such as '#'. For example, the above binary tree can be serialized to the string "9,3,4,#,#,1,#,#,2,#,6,#,#", where '#' represents a null node. Given a string of comma-separated values pre..
Algorithm/LeetCode Daily Challenge
2021. 8. 27. 10:30
반응형
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- 226,133
- Today
- 34
- Yesterday
- 421
링크
TAG
- Spring Boot
- r
- Jackson
- 클린 아키텍처
- Java
- 스프링 부트 애플리케이션
- Spring Boot Tutorial
- @ManyToOne
- 스프링 부트
- Spring Data JPA
- 함께 자라기 후기
- gRPC
- 헥사고날 아키텍처
- 함께 자라기
- 알고리즘
- spring boot app
- Spring Boot JPA
- JPA
- QueryDSL
- proto3
- 스프링부트
- spring boot jwt
- 스프링 부트 튜토리얼
- spring boot application
- leetcode
- 스프링 데이터 jpa
- intellij
- JSON
- 스프링 부트 회원 가입
- Linux