-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Upgraded Algorithm of alpha numeric palindrome #1006
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
raklaptudirm
merged 52 commits into
TheAlgorithms:master
from
fahimfaisaal:upgrade-alphaNumericPalindrome
May 7, 2022
Merged
Upgraded Algorithm of alpha numeric palindrome #1006
raklaptudirm
merged 52 commits into
TheAlgorithms:master
from
fahimfaisaal:upgrade-alphaNumericPalindrome
May 7, 2022
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
used Map instead of object & used the JSON.stringfy method for generate a valid string as a key
This reverts commit 489544d.
@fahimfaisaal
fahimfaisaal
requested review from
raklaptudirm and
appgurueu
as code owners
May 6, 2022 23:57
@appgurueu Its node version should be updated cause String.prototype.at
method is available on LTS v16.15.0
@raklaptudirm
raklaptudirm
added
algorithm
Adds or improves an algorithm
code quality
Code quality improvement
documentation
PR that adds or fixes docs; issue that points out issues with the docs
tests
Adds or fixes tests; issue that points out bugs in the tests
labels
May 7, 2022
@fahimfaisaal The tests are still failing.
@raklaptudirm MDN said that after node v16.6.0 this method should work perfectly. and It's working perfectly on my machine when I'm using v16.15.0 via nvm.
The runner is using that version:
Found in cache @ /opt/hostedtoolcache/node/16.15.0/x64
@fahimfaisaal try updating the dependencies in package.json
.
...ericPalindrome' of github.com:fahimfaisaal/Javascript into upgrade-alphaNumericPalindrome
@raklaptudirm Done 😀
appgurueu
appgurueu
previously approved these changes
May 7, 2022
appgurueu
appgurueu
approved these changes
May 7, 2022
raklaptudirm
raklaptudirm
approved these changes
May 7, 2022
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.
Uh oh!
There was an error while loading. Please reload this page.
Open in Gitpod know more
Describe your change:
Checklist:
Example:
UserProfile.js
is allowed butuserprofile.js
,Userprofile.js
,user-Profile.js
,userProfile.js
are notFixes: #{$ISSUE_NO}
.