Skip to content

Instantly share code, notes, and snippets.

@Ifihan
Last active February 22, 2025 22:54
Show Gist options
  • Save Ifihan/c3c00a58119837a78c24c9dd22cd5df9 to your computer and use it in GitHub Desktop.
Save Ifihan/c3c00a58119837a78c24c9dd22cd5df9 to your computer and use it in GitHub Desktop.
Recover a Tree From Preorder Traversal

Question

Approach

This was a very interesting question and I "think" I got the question. So basically, you are changing from a DFS to a BSF tree (According to my thoughts and the examples). It was hard to solve though so editorial

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment