-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[feat/fix/docs]: Improvements in the backtracking
folder
#1553
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
Conversation
...`backtracking` folder, and minor fixes in the `others/iterative_tree_traversals.cpp` and the `math/check_prime.cpp` files.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try not to improve more than 2 files per PR. Keep the PR as much concise as possible.
add some problem |
yes |
Description of Change
Checklist
Added file name matches File name guidelinesAdded tests and example, the test must passAdded documentation so that the program is self-explanatory and educational - Doxygen guidelinesNotes:
I'll try to fix the merge conflicts in this PR. The reason for this is because I previously worked on this, but I didn't submit the PR the same day I started working on itThe merge conflicts are resolved now.