-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Rewrite article on Strongly Connected Components, and add graph pictures #1307
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
Visit the preview URL for this PR (for commit 57a5017): https://cp-algorithms--preview-1307-doz6kdtp.web.app (expires 2024-07-18T14:32:14.340265812Z) |
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.
Hi, thank you very much, I think it's a significant improvement! Could you please go over review comments before we merge this?
Thanks for your suggestions! |
Visit the preview URL for this PR (for commit 9054c35): https://cp-algorithms--preview-1307-doz6kdtp.web.app (expires 2024-07-23T00:49:57.826813480Z) |
Visit the preview URL for this PR (for commit d45b892): https://cp-algorithms--preview-1307-doz6kdtp.web.app (expires 2024-07-23T01:09:10.072101203Z) |
Visit the preview URL for this PR (for commit < 579F a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/cp-algorithms/cp-algorithms/commit/15b6f5b2090d1c29d223a827cd74a8a46d3082f7/hovercard" href="https://github.com/cp-algorithms/cp-algorithms/commit/15b6f5b2090d1c29d223a827cd74a8a46d3082f7">15b6f5b): https://cp-algorithms--preview-1307-doz6kdtp.web.app (expires 2024-07-23T01:10:37.607076414Z) |
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.
Thanks!
This pull request contains a rewrite of the article Strongly Connected Components and Condensation Graph.
What changed:
tikzpicture
s (emdedded assvg
images) to give a visual representation of strongly connected components and the condensation graph. The LaTeX source is included.order
where appropriate. Similarly, changedmain
function in the first block. Therefore I thought it is cleaner to just put it in a single block.)For the added
tikzpicture
s, the source code andsvg
files themselves are in a new directorysrc/graph/strongly-connected-components-tikzpicture
.Let me know what you think!