boricat.log
boricat.log
profile
정진
newbie
글시리즈소개
태그 목록
  • 전체보기(34)
  • leetcode(13)
  • 프로그래머스(7)
  • Java(6)
  • 코딩테스트(3)
  • 국비교육(2)
  • jsp(2)
  • 자바스크립트(2)
  • BinaryTree(2)
  • tree(2)
  • 스프링부트(1)
  • 트리(1)
  • Springboot(1)
  • js(1)
  • 네트워크(1)
  • medium(1)
  • JavaScript(1)
  • mysql(1)
  • 길찾기(1)
  • 전위순회(1)
  • 후위순회(1)
  • 프로젝트(1)
  • servlet(1)
  • github(1)
  • Lv3(1)
  • binary(1)
  • Spring(1)
  • 스프링(1)
  • 국비(1)
  • scene builder(1)
  • API(1)
  • javafx(1)
  • easy(1)
  • recursion(1)
전체보기 (34)leetcode(13)프로그래머스(7)Java(6)코딩테스트(3)국비교육(2)jsp(2)자바스크립트(2)BinaryTree(2)tree(2)스프링부트(1)트리(1)Springboot(1)js(1)네트워크(1)medium(1)JavaScript(1)mysql(1)길찾기(1)전위순회(1)후위순회(1)프로젝트(1)servlet(1)github(1)Lv3(1)binary(1)Spring(1)스프링(1)국비(1)scene builder(1)API(1)javafx(1)easy(1)recursion(1)
post-thumbnail

[leetcode] 101. Symmetric Tree

Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center).root 노드를 기준으로 한칸씩 아래로 내려갈 때 마다 left, right

leetcodetree
2021년 11월 27일
·
1개의 댓글

[leetcode] 95. Unique Binary Search Trees II

Given an integer n, return all the structurally unique BST's (binary search trees), which has exactly n nodes of unique values from 1 to n. Return the

binaryleetcodemediumtree
2021년 11월 25일
·
0개의 댓글