Anishukla / Hacktoberfest-2021-Data-Structures-and-Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Competitive Programming.
51 stars 184 forks source link

Hacktoberfest-2020 #1

Closed Anishukla closed 2 years ago

Anishukla commented 3 years ago

Hello folks, Want to contribute to Hacktoberfest. Confused about what to contribute? Let's make your task simpler. Go and check out the README of this repo and start contributing! Generate PRs for Hacktoberfest-2020 just by solving problems on Data Structures and Algorithms. Happy Learning!!!

Anishukla commented 3 years ago

@arynn-gupta Ig you have added an empty file.

MSECoder commented 3 years ago

I would like to contribute to this issue.

Anishukla commented 3 years ago

Yeah sure @MSECoder !!

arynn-gupta commented 3 years ago

Added Depth FIrst Search . Please merge https://github.com/Anishukla/Hacktoberfest-2020-Data-Structures-and-Algorithms/pull/9

Anishukla commented 3 years ago

@arynn-gupta merged! Thanks for contributing!

sukhwal13 commented 3 years ago

added Trie Data Structure Please merge #12

Anishukla commented 3 years ago

@sukhwal13 Merged your contribution. Thanks!

tuannm-1876 commented 3 years ago

@Anishukla I added a bubble sorting algorithm here https://github.com/Anishukla/Hacktoberfest-2020-Data-Structures-and-Algorithms/pull/20

tuannm-1876 commented 3 years ago

@Anishukla I added a sorting algorithm here https://github.com/Anishukla/Hacktoberfest-2020-Data-Structures-and-Algorithms/pull/22

Anishukla commented 3 years ago

@tuannm-1876, please add the files in the "Searching and Sorting" folder inside the "Data Structures" folder.

tuannm-1876 commented 3 years ago

@tuannm-1876, please add the files in the "Searching and Sorting" folder inside the "Data Structures" folder.

Ok https://github.com/Anishukla/Hacktoberfest-2020-Data-Structures-and-Algorithms/pull/24

Anishukla commented 3 years ago

@tuannm-1876, merged your changes. Thanks for contributing!

vatsalya-gupta commented 3 years ago

I want to contribute 3 to 4 algos

Anishukla commented 3 years ago

@vatsalya-gupta Sure, go ahead!

vatsalya-gupta commented 3 years ago

@Anishukla Added, please review the PR's. Thanks.

hardiktaluja commented 3 years ago

@Anishukla I have raised a PR for Linked List Creation and Traversal in Java. Also added some ideas to extend this project a little bit more. Do let me know your thoughts on that.

Anishukla commented 3 years ago

@vatsalya-gupta Will review your PRs and keep you posted!

Anishukla commented 3 years ago

@hardiktaluja I'll review your PR and read your ideas ASAP.

shloka-gupta commented 3 years ago

I have added anagram, Palindrome, Reverse each word in a string, reversing a word, Counting the number of vowels and constants in a string.

Anishukla commented 3 years ago

@vatsalya-gupta Reviewed and merged all the aligning PRs. Thanks for sharing some important algorithms. Star the repo to keep yourself informed.

Anishukla commented 3 years ago

@hardiktaluja Reviewed and merged all the aligning PRs. Great Work! Star the repo to keep yourself informed.

Anishukla commented 3 years ago

@chicken-biryani, Thanks for your contribution! Star the repo to keep yourself informed.

ShubhamNagure commented 3 years ago

Hi @Anishukla, I would like to contribute here, Thanks

Anishukla commented 3 years ago

@ShubhamNagure Sure, go ahead.

akshay399 commented 3 years ago

hey @Anishukla i Added Breadth FIrst Search please do check.

vighneshdeepweb commented 3 years ago

want to contribute on this issue @Anishukla

vighneshdeepweb commented 3 years ago

47 Pls revie my PR....

Anishukla commented 3 years ago

@akshay399 I'll review your code.

Anishukla commented 3 years ago

@vighneshdeepweb and @akshay399 merged your PRs. Thanks for contributing Do star the repo if you find the information here useful!

Kavinraja-G commented 3 years ago

@Anishukla I have contributed to some Recursion problems #49 Happy to Contribute! :)

Anishukla commented 3 years ago

@Kavinraja-G merged your PRs. Thanks for contributing Do star the repo if you find the information here useful!

Abirami-S21 commented 3 years ago

I would like to contribute in python. Shall I do it?

Anishukla commented 3 years ago

Sure @Abirami-S21, go ahead!

amoghrajesh commented 3 years ago

Hey @Anishukla! I have added a solution to "Longest Common subsequence" in python. Please review and merge

Anishukla commented 3 years ago

Reviewed and merged your PR @amoghrajesh. Thanks for contributing. Do star the repo if you find information here useful!

vatsalya-gupta commented 3 years ago

@Anishukla Please add the label hacktoberfest-accepted to the closed pull requests. Thanks.

amoghrajesh commented 3 years ago

@Anishukla right. As @vatsalya-gupta says it is needed you add the "hactoberfest-accepted" label to all closed PRs.

Anishukla commented 3 years ago

PRs count if: Submitted during the month of October AND ( The PR is labeled as hacktoberfest-accepted by a maintainer OR Submitted in a repo with the hacktoberfest topic AND ( The PR is merged OR The PR has been approved ) )

This is what I've read in the notice which means that it's not necessary to label hacktoberfest-accepted if I merge your PR, as the repo already has hactoberfest as a topic. Hope I've answered your queries @vatsalya-gupta and @amoghrajesh.

vatsalya-gupta commented 3 years ago

Yeah, thanks @Anishukla

amoghrajesh commented 3 years ago

PRs count if: Submitted during the month of October AND ( The PR is labeled as hacktoberfest-accepted by a maintainer OR Submitted in a repo with the hacktoberfest topic AND ( The PR is merged OR The PR has been approved ) )

This is what I've read in the notice which means that it's not necessary to label hacktoberfest-accepted if I merge your PR, as the repo already has hactoberfest as a topic. Hope I've answered your queries @vatsalya-gupta and @amoghrajesh.

Thanks @Anishukla it clarifies it :)

ShubhamNagure commented 3 years ago

HI @Anishukla ,

Please review #104 . It will be fun if this PR merged. Thanks for the opportunity.

Shubham

Anishukla commented 3 years ago

Reviewed and merged your PR @ShubhamNagure. Thanks for contributing!

excess30 commented 3 years ago

@Anishukla Added the code for Rotate Array in cpp