* 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>
Welcome to JavaScript community
Just change the output string, make sure it's the same.
Checklist:
Example:UserProfile.js is allowed but userprofile.js,Userprofile.js,user-Profile.js,userProfile.js are not