diff --git a/CS notes/pages/Leetcode Maximum-Depth-Of-Binary-Tree.md b/CS notes/pages/Leetcode Maximum-Depth-Of-Binary-Tree.md new file mode 100644 index 0000000..14bb4e4 --- /dev/null +++ b/CS notes/pages/Leetcode Maximum-Depth-Of-Binary-Tree.md @@ -0,0 +1,37 @@ +# Leetcode Maximum-Depth-Of-Binary-Tree + +#### 2022-07-05 09:25 + +> ##### Algorithms: +> #algorithm #BFS +> ##### Data structures: +> #DS #binary_tree +> ##### Difficulty: +> #coding_problem #difficulty-easy +> ##### Additional tags: +> #leetcode +> ##### Revisions: +> N/A + +##### Related topics: +```expander +tag:#BFS +``` + + + +##### Links: +- [Link to problem]() +___ +### Problem + +#### Examples + +#### Constraints + +### Thoughts + +> [!summary] +> This is a #template_remove_me + +### Solution