-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Create New Issue]: DSA: Zigzag Traversal of Binary Tree (C++) #8972
Copy link
Copy link
Closed
Labels
Description
Description
Topic: Binary Tree
Sub-topic: Zigzag (Spiral) Traversal
Language: C++
Contribution Type: Documentation
I would like to contribute documentation for Zigzag Traversal of a Binary Tree.
The contribution will include:
- Explanation of zigzag (spiral) traversal
- Algorithm steps
- Example with expected output
- Time and space complexity
- C++ code snippet included in the markdown file
I will add the documentation in the existing Binary Tree / DSA folder following the project structure and naming conventions.
Domain
C/CPP
Type of Contribution
Documentation
Code of Conduct
- I follow Contributing Guidelines & Code of conduct of this project.
Reactions are currently unavailable