Tree Levels After Node Deletions
Problem overview from real interview of snowflake:
You are given the root of a binary tree where each node value is a unique node ID, and an array toDelete containing node IDs to remove.
Check more interview questions and experiences about snowflake
