Skip to content

more contributors are needed #155

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

Closed
4 tasks
itsvinayak opened this issue May 7, 2020 · 22 comments
Closed
4 tasks

more contributors are needed #155

itsvinayak opened this issue May 7, 2020 · 22 comments
Labels
feature Adds a new feature hacktoberfest Created during hacktoberfest help wanted Needs to be worked on

Comments

@itsvinayak
Copy link
Member

itsvinayak commented May 7, 2020

  • Adding hints and doctest to old codes
  • Reviewing Pending PRs ( fixing code format by running npm standard --fix PR labeled under "failing npm standards" )
  • Helping new Contributors
  • Add more algorithms

thank you

@itsvinayak itsvinayak added the help wanted Needs to be worked on label May 7, 2020
@DAMMAK
Copy link

DAMMAK commented May 20, 2020

I'm ready to contribute... but don't know what to fix, contribute or do...

@itsvinayak
Copy link
Member Author

@DAMMAK you can do many things:
code review
adding algorithms
or just fix something

@itsvinayak
Copy link
Member Author

@DAMMAK start by reading CONTRIBUTING.md

@DAMMAK
Copy link

DAMMAK commented May 21, 2020

okay thanks... I will do that..

@itsvinayak itsvinayak added hacktoberfest Created during hacktoberfest feature Adds a new feature good first issue and removed hacktoberfest Created during hacktoberfest labels Jun 23, 2020
@priyanshk20
Copy link

i want to contribute too

@itsvinayak
Copy link
Member Author

That would be great, @priyanshk20
thanks

@Aditya-Ramachandran
Copy link

Okay, I am ready to contribute too...
But what do I have to do exactly??

@itsvinayak
Copy link
Member Author

itsvinayak commented Aug 19, 2020

@Aditya-Ramachandran you can do anything, this repo is a learning place just read CONTRIBUTING.md

you can -

  • Adding hints and doctest to old codes
  • Reviewing Pending PRs
  • Helping new Contributors
  • Add more algorithms

thank you
@itsvinayak

@Aditya-Ramachandran
Copy link

Oh okay, thank you so much @itsvinayak

@s-ndipchaudh-ri
Copy link

hey team,
I am interested to contribute in project.

@hyp3r5pace
Copy link

Hello, I want to contribute to this project
I am little new to JS, can anybody tell me how to add doctest to old code?

@remmaso
Copy link

remmaso commented Sep 30, 2020

Ready to contribute asap

@dynamitechetan dynamitechetan added the hacktoberfest Created during hacktoberfest label Oct 1, 2020
@itsvinayak
Copy link
Member Author

itsvinayak commented Oct 1, 2020

Ready to contribute asap

hey, @remmaso welcome to the community

@itsvinayak
Copy link
Member Author

hey team,
I am interested to contribute to the project.

hey @s-ndipchaudh-ri welcome

@itsvinayak
Copy link
Member Author

Hello, I want to contribute to this project
I am little new to JS, can anybody tell me how to add doctest to old code?

hey @Maxz2136 please have a look here
and also look in this issue #142

@ghost
Copy link

ghost commented Oct 2, 2020

Hi I wanna contribute to this project

@itsvinayak
Copy link
Member Author

@jimmyjoo sure, go on

@abxsantos
Copy link
Contributor

Hi! I want to contribute too. Adding tests to the existing code is a possibility? Or is it better to review some PR requests?

@itsvinayak
Copy link
Member Author

Hey, @abxsantos that will be great, it's all your wish you can add test or review PR

@abxsantos
Copy link
Contributor

Hey, @abxsantos that will be great, it's all your wish you can add test or review PR

Great! I'll start by adding some unit tests with jest for the existing algorithms. Then I'll move to review PR.

@komputarist
Copy link
Contributor

Hi. I already made some contributions. Here is a PR

@thoughtlessmind
Copy link

Hey! I really liked this repo. I'm wondering why I couldn't find it earlier😅. I'm hoping to contribute here as much as possible.

mailysantos added a commit to mailysantos/Javascript that referenced this issue Oct 4, 2020
mailysantos added a commit to mailysantos/Javascript that referenced this issue Oct 4, 2020
mailysantos added a commit to mailysantos/Javascript that referenced this issue Oct 4, 2020
mailysantos added a commit to mailysantos/Javascript that referenced this issue Oct 4, 2020
mailysantos added a commit to mailysantos/Javascript that referenced this issue Oct 4, 2020
mailysantos added a commit to mailysantos/Javascript that referenced this issue Oct 6, 2020
* Fixes: TheAlgorithms#155  - Check if a string rearranged can be a palindrome (TheAlgorithms#407)

* Check if a string rearranged can be a palindrome

* Fixes: TheAlgorithms#155 - palindromeRearranging

* Update CheckRearrangePalindrome.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* Added Edit Distance Algorithm in Dynamic-Programming (TheAlgorithms#402)

* DP Edit Distance Algorithm

* Update EditDistance.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* 0 1 knapsack (TheAlgorithms#408)

* Added Longest Common Subsequence

* Renamed the File

* Optimized the code

* Optimized the code

* Changed some styles as per the rule

* Again some style fixed

* Added Longest Increasing Subsequence program to the list

* Style changed

* Added 0-1-Knapsack Problem

* Style Changed as per guidelines

* Update ZeroOneKnapsack.js

* Delete LongestCommonSubsequence.js

* Delete LongestIncreasingSubsequence.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* feat: added Polynomial in Maths (TheAlgorithms#397)

* updating DIRECTORY.md

* tweak: must be same output string (TheAlgorithms#395)

* Added tests for Strings algorithms (TheAlgorithms#390)

* test: added tests for check anagram function

* updating DIRECTORY.md

* Added JSDoc documentation to some sorting functions and added TimoSort (TheAlgorithms#406)

* Added TimSort
Co-authored-by: Solot Paul <solotpaul@yahoo.ro>
Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* Fix selection sort and add tests; fixes TheAlgorithms#414 (TheAlgorithms#418)

* Fix selection sort and add tests; fixes TheAlgorithms#414 
Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* Create FibonacciNumber.js (TheAlgorithms#378)

* Create FibonacciNumber.js

* Update FibonacciNumber.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* Added Mean Square Error (TheAlgorithms#417)

* Added Mean Square Error

* Update MeanSquareError.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* Create FibonacciNumberRecursive.js (TheAlgorithms#380)

* Create FibonacciNumberRecursive.js

* Update FibonacciNumberRecursive.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* updating DIRECTORY.md

* Fix methodname and parameter type in BinaryToDecimal.js (TheAlgorithms#392)

* Update BinaryToDecimal.js

Fix typo in name

* Update BinaryToDecimal.js

Co-authored-by: vinayak <itssvinayak@gmail.com>

* npx fixx (TheAlgorithms#421)

Co-authored-by: vinayak <itssvinayak@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Suhail Malik <suhailmalik8057@gmail.com>
Co-authored-by: Omkarnath Parida <pomkarnath98@gmail.com>
Co-authored-by: Divyajyoti Ukirde <30872426+divyajyotiuk@users.noreply.github.com>
Co-authored-by: balbaal <iqbal.mi20@gmail.com>
Co-authored-by: Alexandre Xavier <ale.bxsantos@gmail.com>
Co-authored-by: DarkWarrior703 <56077342+DarkWarrior703@users.noreply.github.com>
Co-authored-by: Bogdan Lazar <bogdan@bogdanlazar.com>
Co-authored-by: illegalcall <44542765+illegalcall@users.noreply.github.com>
Co-authored-by: Stas <real.peha@gmail.com>
Co-authored-by: Kaustubh Badrike <kaustubh.badrike15@siesgst.ac.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adds a new feature hacktoberfest Created during hacktoberfest help wanted Needs to be worked on
Projects
None yet
Development

No branches or pull requests