Data Structure from Beginner to Advance with Code | Amazon Interview Questions Lec-04

Описание к видео Data Structure from Beginner to Advance with Code | Amazon Interview Questions Lec-04

COMPLETE SERIES WITH LECTURE, NOTES AND CODES

In this video, we dive deep into a classic Amazon SDE (Software Development Engineer) interview question: Burn the Tree, where one needs to find the total time to burn the tree from a given burn node.

Question - https://www.naukri.com/code360/problems/ti...
Solution - https://github.com/VishuKalier2003/DrGVish...
Notes - https://github.com/VishuKalier2003/DrGVish...

Approach
1. Recursion + dfs + bfs

In this Amazon interview lecture, we'll discuss binary trees and Amazon interview questions related to data structures. Burn the Binary Tree with codeforces and leetcode practice for Amazon SDE role!

The challenge involves evaluating the total time to burn the tree from a given node. We provide a step-by-step explanation with clear Java code implementation, covering important topics like Dynamic Programming, Recursion, matrix traversal and graph-based problem-solving. Whether you're preparing for an Amazon interview or just looking to improve your problem-solving skills, this video is a must-watch for understanding DFS and Dynamic Programming in action.

Комментарии

Информация по комментариям в разработке