Open Himanshu40 opened 4 years ago
Can i add algorithms with c++ language?
Hey can I add the bucket sort code in java?
Hey can I add the bucket sort code in java?
Sure go for it.
@Himanshu40 hey, can i add the cyclic sort code in java? Didn't see it there
@Himanshu40 hey, can i add the cyclic sort code in java? Didn't see it there
Yeah, sure. Go for it.
Yeh thanks!
On Sat, 2 Oct 2021, 10:30 pm Himanshu Sekhar Nayak, < @.***> wrote:
@Himanshu40 https://github.com/Himanshu40 hey, can i add the cyclic sort code in java? Didn't see it there
Yeah, sure. Go for it.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Himanshu40/Sorting-Algorithm/issues/4#issuecomment-932784322, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKS2NWKMS73OWWC73AQVNTDUE43DHANCNFSM4SDPP6FA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
will this be counted for hacktoberfest?? im new to these so idk much
will this be counted for hacktoberfest?? im new to these so idk much
Yeah, it will be counted towards hacktoberfest. Be sure to check README and CONTRIBUTING guide.
Ok thanks!
On Sun, 3 Oct 2021, 10:19 am Himanshu Sekhar Nayak, < @.***> wrote:
will this be counted for hacktoberfest?? im new to these so idk much
Yeah, it will be counted towards hacktoberfest. Be sure to check README and CONTRIBUTING guide.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Himanshu40/Sorting-Algorithm/issues/4#issuecomment-932862702, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKS2NWNLJA7JSPWQUBS52MTUE7OHNANCNFSM4SDPP6FA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hey Can I include some searching algorithms like Binary, Linear, BFS,DFS
Hey Can I include some searching algorithms like Binary, Linear, BFS,DFS
Yeah sure. But make sure to create a Search-Algorithm dir before making PR.
Hey Himanshu, can I add recursive approaches of Insertion and Bubble sort.
Hey Himanshu, can I add recursive approaches of Insertion and Bubble sort.
Yeah sure. Go for it. And make sure to name the file as RecursiveBubbleSort.extension
where the extension can be any language.
Hey Can I include some searching algorithms like Binary, Linear, BFS,DFS
Yeah sure. But make sure to create a Search-Algorithm dir before making PR.
Hey its saying "Please make sure you have the correct access rights"
Hey Can I include some searching algorithms like Binary, Linear, BFS,DFS
Yeah sure. But make sure to create a Search-Algorithm dir before making PR.
Hey its saying "Please make sure you have the correct access rights"
Yeah, you are cloning my repo instead of your forked repo. Make sure that you forked my repo and clone from your repo not from me.
Hey Can I include some searching algorithms like Binary, Linear, BFS,DFS
Yeah sure. But make sure to create a Search-Algorithm dir before making PR.
Hey its saying "Please make sure you have the correct access rights"
Yeah, you are cloning my repo instead of your forked repo. Make sure that you forked my repo and clone from your repo not from me.
"remote: Permission to Himanshu40/Sorting-Algorithm.git denied to AnshuAyush" Can't help myself tried many ways !!
Hey Can I include some searching algorithms like Binary, Linear, BFS,DFS
Yeah sure. But make sure to create a Search-Algorithm dir before making PR.
Hey its saying "Please make sure you have the correct access rights"
Yeah, you are cloning my repo instead of your forked repo. Make sure that you forked my repo and clone from your repo not from me.
"remote: Permission to Himanshu40/Sorting-Algorithm.git denied to AnshuAyush" Can't help myself tried many ways !!
Because you are cloning my repo instead of your forked from mine. You can check using $ git remote -v
in your repo after cloning into your PC.
Hey Himanshu, can I add recursive approaches of Insertion and Bubble sort.
Yeah sure. Go for it. And make sure to name the file as
RecursiveBubbleSort.extension
where the extension can be any language.
Sure thing, I have made a PR #77, if there is any fault, let me know...
Hey can I implement Hashing for searching (Java)
Hey can I implement Hashing for searching (Java)
That will be a searching algorithm. If you are interested to add Hashing, you can create a Searching_Algorithm/ dir, and inside that dir, you can create Hashing/ dir to store your code. Go ahead and hit me a PR.
Thinking to add more algorithms rather than only sorting algorithm.