Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Add Binary Tree traversals and regular problems#18

Merged
abranhe merged 2 commits intoAllAlgorithms:masterfrom
tadipatrisudheerreddy:master
Oct 6, 2020
Merged

Add Binary Tree traversals and regular problems#18
abranhe merged 2 commits intoAllAlgorithms:masterfrom
tadipatrisudheerreddy:master

Conversation

@tadipatrisudheerreddy
Copy link
Copy Markdown
Contributor

@tadipatrisudheerreddy tadipatrisudheerreddy commented Oct 2, 2018

#17 Binary Trees - The code snippets gets an idea how to create a binary tree and its traversal techniques. Also included some of the basic tree related techniques.

@abranhe
Copy link
Copy Markdown
Member

abranhe commented Oct 2, 2018

Thank you for contributing to Algorithms/java, we are happy to merge your pull request but first, it needs to fix:

Can you please:

  • move the algorithm directly into /traversals, or any folder that fit into the algorithm type, probably its already created, but if it not you can feel free to create a new folder.
  • remove from the algorithms:
package algos.practice;

Recomendations:

If you are the author of those implementations, make sure to add your name on it! Following this template

/**
 * {Name of the algorithm} implementation in Java
 * 
 * @author: {you name}
 * @github: {your username}
 */

we are waiting for your changes

@tadipatrisudheerreddy
Copy link
Copy Markdown
Contributor Author

I have made the changes as per the suggestion in the comment.

@abranhe abranhe merged commit 5aa64f2 into AllAlgorithms:master Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants