This commit is contained in:
2026-06-01 18:12:40 +08:00
parent c9fe2fab76
commit 0f9312eaee
206 changed files with 409 additions and 215 deletions
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0098. Validate Binary Search Tree :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0098. Validate Binary Search Tree][0098. Validate Binary Search Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0100. Same Tree :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0100. Same Tree][0100. Same Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0102. Binary Tree Level Order Traversal :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0102. Binary Tree Level Order Traversal][0102. Binary Tree Level Order Traversal]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0104. Maximum Depth of Binary Tree :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0104. Maximum Depth of Binary Tree][0104. Maximum Depth of Binary Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0105. Construct Binary Tree From Preorder And Inorder Traversal :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0105. Construct Binary Tree From Preorder And Inorder Traversal][0105. Construct Binary Tree From Preorder And Inorder Traversal]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0110. Balanced Binary Tree :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0110. Balanced Binary Tree][0110. Balanced Binary Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0124. Binary Tree Maximum Path Sum :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0124. Binary Tree Maximum Path Sum][0124. Binary Tree Maximum Path Sum]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0199. Binary Tree Right Side View :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0199. Binary Tree Right Side View][0199. Binary Tree Right Side View]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0226. Invert Binary Tree :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0226. Invert Binary Tree][0226. Invert Binary Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0230. Kth Smallest Element In a Bst :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0230. Kth Smallest Element In a Bst][0230. Kth Smallest Element In a Bst]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0235. Lowest Common Ancestor of a Binary Search Tree :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0235. Lowest Common Ancestor of a Binary Search Tree][0235. Lowest Common Ancestor of a Binary Search Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0297. Serialize And Deserialize Binary Tree :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0297. Serialize And Deserialize Binary Tree][0297. Serialize And Deserialize Binary Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0543. Diameter of Binary Tree :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0543. Diameter of Binary Tree][0543. Diameter of Binary Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0572. Subtree of Another Tree :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0572. Subtree of Another Tree][0572. Subtree of Another Tree]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 0590. N-ary Tree Postorder Traversal :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0590. N-ary Tree Postorder Traversal][0590. N-ary Tree Postorder Traversal]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 1028. Recover a Tree From Preorder Traversal :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1028. Recover a Tree From Preorder Traversal][1028. Recover a Tree From Preorder Traversal]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 1376. Time Needed to Inform All Employees :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1376. Time Needed to Inform All Employees][1376. Time Needed to Inform All Employees]]
@@ -1,4 +1,4 @@
#+PROPERTY: STUDY_DECK_02
#+ANKI_DECK: study_deck_02
* TODO 1448. Count Good Nodes In Binary Tree :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1448. Count Good Nodes In Binary Tree][1448. Count Good Nodes In Binary Tree]]