Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bkb181/8bdafcff63989e642094528fcc44cfc7 to your computer and use it in GitHub Desktop.
Save bkb181/8bdafcff63989e642094528fcc44cfc7 to your computer and use it in GitHub Desktop.
| Approaches | Time Complexity |Space Complexity|
+==================+=================+==================+
| Level Order Traversal| O(n) | O(n) |
+------------------+-----------------+------------------+
| Recursive Function | O(n) | O(n) |
+------------------+-----------------+------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment