Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Visit the preview URL for this PR (for commit57a5017): 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?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks for your suggestions! |
Visit the preview URL for this PR (for commit9054c35): https://cp-algorithms--preview-1307-doz6kdtp.web.app (expires 2024-07-23T00:49:57.826813480Z) |
Visit the preview URL for this PR (for commitd45b892): https://cp-algorithms--preview-1307-doz6kdtp.web.app (expires 2024-07-23T01:09:10.072101203Z) |
Visit the preview URL for this PR (for commit15b6f5b): 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!
edea689
intocp-algorithms:masterUh oh!
There was an error while loading.Please reload this page.
This pull request contains a rewrite of the articleStrongly 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!