-
Notifications
You must be signed in to change notification settings - Fork 61
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
ASCII art for segment tree #2224
ASCII art for segment tree #2224
Conversation
Would this be something that might better live in |
Yes, adding a centralised location to put debug printers is probably nice. |
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.
looks great. I don't know that generating such a tree representation of ASCII is something hehe
@@ -1,4 +1,3 @@ | |||
#include <stdexcept> |
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.
not needed anymore?
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.
documentation under python?
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.
documentation under cpp?
Allow ASCII rendering of segment trees and morphologies for debugging
Example
segment_tree
and the same snippet in the equivalent morphology
Closes #2132