8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Print mirror Image(of the nodes) in the Binary tree (taking mirror as the root node ) #392
Contributor guide
- Research direction
- Locate the existing binary tree implementation in the repository. Understand the structure and how nodes are defined. Write a function to create a mirror image of the tree by swapping left and right children. Then print the tree in a traversal order (e.g., inorder). Test the implementation with a sample tree.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitData Structures