| 
91 | 91 | | **0104** |  [Maximum Depth of Binary Tree][104]  |      Tree, BFS, DFS, Binary Tree      |  ![][easy]  |        |  | 
92 | 92 | | **0110** |      [Balanced Binary Tree][110]      |        Tree, DFS, Binary Tree         |  ![][easy]  |        |  | 
93 | 93 | | **0111** |  [Minimum Depth of Binary Tree][111]  |      Tree, DFS, BFS, Binary Tree      |  ![][easy]  |        |  | 
 | 94 | +| **0144** | [Binary Tree Preorder Traversal][144] |     Stack, Tree, DFS, Binary Tree     |  ![][easy]  |        |  | 
94 | 95 | | **0199** |  [Binary Tree Right Side View][199]   |      Tree, DFS, BFS, Binary Tree      | ![][medium] |        |  | 
95 | 96 | | **0222** |   [Count Complete Tree Nodes][222]    | Binary Search, Tree, DFS, Binary Tree | ![][medium] |        |  | 
96 | 97 | | **0230** | [Kth Smallest Element in a BST ][230] |      Tree, DFS, BST, Binary Tree      | ![][medium] |        |  | 
 | 
135 | 136 | | **0104** |       [Maximum Depth of Binary Tree][104]       |      Tree, BFS, DFS, Binary Tree      |  ![][easy]  |        |  | 
136 | 137 | | **0110** |           [Balanced Binary Tree][110]           |        Tree, DFS, Binary Tree         |  ![][easy]  |        |  | 
137 | 138 | | **0111** |       [Minimum Depth of Binary Tree][111]       |      Tree, DFS, BFS, Binary Tree      |  ![][easy]  |        |  | 
 | 139 | +| **0144** |      [Binary Tree Preorder Traversal][144]      |     Stack, Tree, DFS, Binary Tree     |  ![][easy]  |        |  | 
138 | 140 | | **0199** |       [Binary Tree Right Side View][199]        |      Tree, DFS, BFS, Binary Tree      | ![][medium] |        |  | 
139 | 141 | | **0222** |        [Count Complete Tree Nodes][222]         | Binary Search, Tree, DFS, Binary Tree | ![][medium] |        |  | 
140 | 142 | | **0230** |      [Kth Smallest Element in a BST ][230]      |      Tree, DFS, BST, Binary Tree      | ![][medium] |        |  | 
 | 
170 | 172 | | **0104** |       [Maximum Depth of Binary Tree][104]       |      Tree, BFS, DFS, Binary Tree      |  ![][easy]  |        |  | 
171 | 173 | | **0110** |           [Balanced Binary Tree][110]           |        Tree, DFS, Binary Tree         |  ![][easy]  |        |  | 
172 | 174 | | **0111** |       [Minimum Depth of Binary Tree][111]       |      Tree, DFS, BFS, Binary Tree      |  ![][easy]  |        |  | 
 | 175 | +| **0144** |      [Binary Tree Preorder Traversal][144]      |     Stack, Tree, DFS, Binary Tree     |  ![][easy]  |        |  | 
173 | 176 | | **0199** |       [Binary Tree Right Side View][199]        |      Tree, DFS, BFS, Binary Tree      | ![][medium] |        |  | 
174 | 177 | | **0222** |        [Count Complete Tree Nodes][222]         | Binary Search, Tree, DFS, Binary Tree | ![][medium] |        |  | 
175 | 178 | | **0230** |      [Kth Smallest Element in a BST ][230]      |      Tree, DFS, BST, Binary Tree      | ![][medium] |        |  | 
 | 
201 | 204 | |    #     |                     Solution                     |             Tags              | Difficulty | Remark |  | 
202 | 205 | | :------: | :----------------------------------------------: | :---------------------------: | :--------: | :----: |  | 
203 | 206 | | **0094** |       [Binary Tree Inorder Traversal][94]        | Tree, Stack, DFS, Binary Tree | ![][easy]  |        |  | 
 | 207 | +| **0144** |      [Binary Tree Preorder Traversal][144]       | Stack, Tree, DFS, Binary Tree | ![][easy]  |        |  | 
204 | 208 | | **1047** | [Remove All Adjacent Duplicates In String][1047] |         String, Stack         | ![][easy]  |        |  | 
205 | 209 | 
 
  | 
206 | 210 | <!--  | 
 | 
592 | 596 | [104]: ./src/0101-0200/104%20-%20Maximum%20Depth%20of%20Binary%20Tree/  | 
593 | 597 | [110]: ./src/0101-0200/110%20-%20Balanced%20Binary%20Tree/  | 
594 | 598 | [111]: ./src/0101-0200/111%20-%20Minimum%20Depth%20of%20Binary%20Tree/  | 
 | 599 | +[144]: ./src/0101-0200/144%20-%20Binary%20Tree%20Preorder%20Traversal/  | 
595 | 600 | [172]: ./src/0101-0200/172%20-%20Factorial%20Trailing%20Zeroes/  | 
596 | 601 | [199]: ./src/0101-0200/199%20-%20Binary%20Tree%20Right%20Side%20View/  | 
597 | 602 | [222]: ./src/0201-0300/222%20-%20Count%20Complete%20Tree%20Nodes/  | 
 | 
0 commit comments