-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Translated article on searching for bridges #44
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
Added 2 practice problems to the circle-circle intersection article.
Translated article about graphs relating to finding bridges in a graph offline. Translation of http://e-maxx.ru/algo/bridge_searching
Added a hard problem http://codeforces.com/problemset/problem/555/E
Corrected formatting of underscore and added C++ code show/hide toggle.
Noted the translator(myself).
Hi! Could you please also add a link at the index page to this newly created article (within the same push request)? |
Added link of bridges article to main index page.
@RodionGork Done. |
Yeah, article looks great, thank you very much! |
@RodionGork Extremely sorry about the error, but there needs to be a new line at the end of file. I dont know why it is rendered wrong on the front page without it. Should I make a new pull request? |
No problem, I think I also have seen this and added the line in a separate commit. Is it rendered OK now? (it seems that without this line markdown parser thinks the previous one is underscored and regards it as a header - surprise to me either) |
I have translated and added article http://e-maxx.ru/algo/bridge_searching .
There should be no discrepancies, but errors in translation or loss of clarity may have creeped in. Let me know if there are any issues. Also, I added one problem not in russian article.
Also, what is the recommended idea for images? Should a new folder be created and images on the website be made completely independent(of emaxx.ru hosting)?