Skip to content

Commit

Permalink
Added Blog: Trees Problems (#319)
Browse files Browse the repository at this point in the history
* added Day16

* added function overloading

* added operator overloading

* added Day17

* added exception handling

* added blog trees problems

---------

Co-authored-by: Shubhadip Bhowmik <[email protected]>
  • Loading branch information
abckhush and subhadipbhowmik authored Jun 17, 2024
1 parent 0102f62 commit f7a801c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
36 changes: 36 additions & 0 deletions blog/2024-06-13-tree-problems/tree-problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
slug: tree-problems
title: Trees Problems
authors: [khushi-kalra]
tags: ["30daysofcpp", "trees", "binaryTrees","practice-problems","leetcode"]
---

- [Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/description/)

- [Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/description/)

- [Diameter of Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/description/)

- [Balanced Binary Tree](https://leetcode.com/problems/balanced-binary-tree/description/)

- [Same Tree](https://leetcode.com/problems/same-tree/description/)

- [Subtree of Another Tree](https://leetcode.com/problems/subtree-of-another-tree/description/)

- [Lowest Common Ancestor of a Binary Search Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/description/)

- [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/description/)

- [Binary Tree Right Side View](https://leetcode.com/problems/binary-tree-right-side-view/description/)

- [Count Good Nodes In Binary Tree](https://leetcode.com/problems/count-good-nodes-in-binary-tree/description/)

- [Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/description/)

- [Kth Smallest Element In a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/description/)

- [Construct Binary Tree From Preorder And Inorder Traversal](https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/description/)

- [Binary Tree Maximum Path Sum](https://leetcode.com/problems/binary-tree-maximum-path-sum/description/)

- [Serialize And Deserialize Binary Tree](https://leetcode.com/problems/serialize-and-deserialize-binary-tree/description/)
6 changes: 6 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ chaitanya:
title: Contributor @30DaysOfCPP
url: https://www.linkedin.com/in/chaitanya-sravanthi-gatreddi/
image_url: https://avatars.githubusercontent.com/u/139270341?v=4

khushi-kalra:
name: Khushi Kalra
title: GSSoC'24 Contributor @30DaysOfCPP
url: https://github.com/abckhush
image_url: https://yt3.googleusercontent.com/BpaBYEiGibr8uiNMCWytJ5BdKbPtpqTJAuA5Ida5rXAe8Zfvr8keZSPXYSqGasjGo7OunF2w=s176-c-k-c0x00ffffff-no-rj
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7a801c

Please sign in to comment.