Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add comments to BST traversal functions #2831

Closed

Conversation

radhikashah0499
Copy link

Adding doc comments for binary search tree traversal functions

@realstealthninja realstealthninja changed the title Adding comments for tree traversal docs: add comments to BST traversal functions Oct 21, 2024
@@ -98,6 +98,10 @@ void BFT(node *n) {
}
}

/*
Prints the preorder traversal starting from the node n
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please follow doxygen documentation for documenting functions.
https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md

@realstealthninja realstealthninja added the awaiting modification Do not merge until modifications are made label Oct 21, 2024
Copy link
Contributor

github-actions bot commented Dec 8, 2024

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label Dec 8, 2024
Copy link
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions bot closed this Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting modification Do not merge until modifications are made stale Author has not responded to the comments for over 2 weeks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants