#tree #datastructures #interview
Hello viewers!
In this video, we have discussed the 5th problem on DFS i.e Binary Tree Maximum Path Sum LeetCode Hard
----------------------------------------------------
LeetCode Problem Link: https://leetcode.com/problems/binary-tree-maximum-path-sum/
----------------------------------------------------
Java Code: https://github.com/aakashverma1124/Data-Structures-and-Algorithms-for-Interviews/blob/master/Java/DFS/PathWithMaximumSum.java
----------------------------------------------------
C++ Code: https://github.com/aakashverma1124/Data-Structures-and-Algorithms-for-Interviews/blob/master/C%2B%2B/DFS/PathWithMaximumSum.cpp
----------------------------------------------------
Python Code: https://github.com/aakashverma1124/Data-Structures-and-Algorithms-for-Interviews/blob/master/Python/DFS/PathWithMaximumSum.py
----------------------------------------------------
Please consider subscribing to the channel.
Extra video covers:
Tree Data Structures
Binary Tree Data Structures
Video Series on Tree
Best Tree Videos
Beginner to Advanced
Binary Tree Tutorials
Tree Tutorials