-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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:
- Merge SortBubble SortSelection SortShell sortBucket SortHeapsQueueStackGraphsDikstraA*DFSBFSBinary TreeBinary SearchLinear SearchTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
Milestone
Relationships
Development
Select code repository
Activity
rdr42 commentedon Oct 13, 2018
Yes indeed !!
sunnythepatel commentedon Oct 13, 2018
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
jrtechs commentedon Oct 13, 2018
@sunny3p That would be great!
sunnythepatel commentedon Oct 13, 2018
@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
sunnythepatel commentedon Oct 13, 2018
@jrtechs Could you please just explain me the steps to contribute I have wrote all algos just I need to upload it. Thanks
jrtechs commentedon Oct 13, 2018
@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.
sunnythepatel commentedon Oct 13, 2018
@jrtechs Thanks for the info
sunnythepatel commentedon Oct 13, 2018
@jrtechs Hi I have added two algos first is merge sort without slicing and second is bubble sort
jrtechs commentedon Oct 13, 2018
@sunny3p Great! I will review the pull request tomorrow 💯
Merge pull request #1 from sunny3p/sortalgos
24 remaining items