Open jrtechs opened 6 years ago
Yes indeed !!
Hi I can work on Merge Sort, Stack, Queue, A*, Dijikstra, DFS and BFS I did also unit on python last semester so please let me know how can I contribute. Thanks
@sunny3p That would be great!
@jrtechs As I am still new to GitHub so how you want me to add this algos should I first make a branch and then add all algos or should I write all algos in master. Thank you and hope to hear from you soon
@jrtechs Could you please just explain me the steps to contribute I have wrote all algos just I need to upload it. Thanks
@sunny3p I should definitely update the README to explain how to contribute.
Esentially you need to do 4 things:
Hopefully that gives you enough information to get started. @ me again in this issue if you have any other questions.
@jrtechs Thanks for the info
@jrtechs Hi I have added two algos first is merge sort without slicing and second is bubble sort
@sunny3p Great! I will review the pull request tomorrow :100:
i can work on Queue
I'll work on Stack
@eveem Thanks for working on this! If you need any more PR's for hactoberfest feel free to work on more.
Hi @jrtechs do you want me to work on Graphs or any algos?
@sunny3p If you want to do any algo that is not already in this repository go for it!
@jrtechs ok sure will start working on it
Hi @jrtechs I needed a help do you know any of your friends who work on iOS app dev and can make tutorials or any customise library which can be collected at a place for swift 4. So people can easily have a look for all library at a place
@sunny3p Hmm, I don't know anyone big into IOS development. However, that sounds like it would be a great thing to make.
Hi @jrtechs Thanks and if you meet someone do let him know about it. It will be a great help as it can help lot of iOS developers out there.
Hi, I'd be happy working on heapsort, graph data structures(?), dijkstra's algol, DFS and BFS.
Quick questions:
@Jammyjamjamman You can do one PR per algo. For the algorithms, you can do it either OO or functional.
Hi @jrtechs I am implementing Dijkstra's algorithm in python as part of hacktoberfest, hope you accept the pull request!
Hi @jrtechs I will work on BFS and DFS as I can see that is still not checked in your list. I am contributing also as a part of hactoberfest. Kindly review it.
@nancyanand2807 just reviewed. Thanks for contributing!
I want to start collecting a bunch of python algorithms in this repository for reference in CS classes. I want differing implementations of each algorithm which demonstrates different methods and time complexities.
Here are a few ideas to get started: