-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Added tests for Strings algorithms #390
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itsvinayak
approved these changes
Oct 4, 2020
mailysantos
added a commit
to mailysantos/Javascript
that referenced
this pull request
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
It seems that the test inside Linear-Algebra is failling due to import problems. Instead of opening and reading the file, exporting the LinearAlgebra function may be a better alternative.
Checklist:
Example:
UserProfile.js
is allowed butuserprofile.js
,Userprofile.js
,user-Profile.js
,userProfile.js
are notFixes: #{$ISSUE_NO}
.