LeetCode Question · Jan 2024 · Los Angeles

Doordash Technical Screening | US

1 upvote 1,167 views 3 replies

Question Details

Compare the two trees and calculate how many nodes have changed class Node: def init(self, key, value): self.key = key: String self.value = value: Int self.children = []: List<Node> Example 1 Existing...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Binary Tree Strings