-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Started Graph Algorithms Chapter #358
base: main
Are you sure you want to change the base?
Conversation
I was gone for a while, so I'm not up-to-date on everything. Have you spoken to @leios about writing a new chapter before you submitted this pull request? |
Kinda, it was mentioned on Discord... I've just had no time for anything, so I haven't been able to review it. |
Yeah, sorry if I'm creating more work for you two. Didn't want to ruffle any feathers, just saw an untapped area that I would like to work on. I can help with review of other PRs if it would take some of the load off you @leios. |
No, it's good. This is actually a pretty well-written section. I'm just swamped with work right now. Sorry it's taking so long! |
I realize I am quite late to this, but we are now ready to start accepting general chapter submissions. Are you still willing to work on this chapter? If so, would you be willing to split ever sentence to be a new line for review? Also: all chapter contents will be licensed under CC-BY-SA with attribution to you and future editors. Please comment on whether this is ok with you. |
Hey James,
Yes, I'm ready and eager to keep working on this chapter. I also noticed
some sections on tree traversal that I don't recall being there when I
wrote this PR, and those might fit nicely in here.
Thanks,
Brandon
…On Tue, Dec 25, 2018, 2:38 PM James Schloss ***@***.***> wrote:
I realize I am quite late to this, but we are now ready to start accepting
general chapter submissions. Are you still willing to work on this chapter?
Also: all chapter contents will be licensed under CC-BY-SA with
attribution to you and future editors.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#358 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIVx6-k9RHWeR3HXZ3XuuUAAHWkK-pTZks5u8ozDgaJpZM4WDXtp>
.
|
Great! I'm glad you got back so quickly. We'll work on it throughout this upcoming week so it's ready soon as #560 is merged in. |
[lang: python] |
@bcaudell95 If @leios still wants to have graph traversal chapters in the AAA, I guess you could continue where you left off, if you want. |
Like @Amaras we are able to merge community chapters now if you are still willing to help! I am really sorry about taking so long with this. |
Includes section on Dijkstra's algorithm, with implementation in python.