From c06f9187af0cf2fa3a632a5845de3ecac34f1b36 Mon Sep 17 00:00:00 2001 From: Mohammed Wazir Adain Date: Tue, 5 Oct 2021 16:56:00 +0530 Subject: [PATCH] Adds "Diameter of Binary Tree" Adds "Diameter of Binary Tree" to Interview Questions --- contents/best-practice-questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contents/best-practice-questions.md b/contents/best-practice-questions.md index 4e415260..13fdc945 100644 --- a/contents/best-practice-questions.md +++ b/contents/best-practice-questions.md @@ -62,6 +62,7 @@ The focus of week 3 is on non-linear data structures like trees, graphs and heap - [Clone Graph](https://leetcode.com/problems/clone-graph/) - [Course Schedule](https://leetcode.com/problems/course-schedule/) - [Binary Tree Maximum Path Sum](https://leetcode.com/problems/binary-tree-maximum-path-sum/) +- [Diameter of Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/) #### Optional