-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Hamming distance between two strings (Compares Unicode code points) #1759
Conversation
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
@JayPokale can you please ensure linters are set correctly in your device. I think those are not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please go through development guide and iterate through the PR you referred. Setup dev environment and then this PR can be reviewed.
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/benchmark/benchmark.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/lib/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/lib/main.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/distances/hamming-code-points/test/test.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
Signed-off-by: Jay Pokale <[email protected]>
@Pranavchiku I converted code in required format as mentioned above. |
This PR is currently failing CI and needs to be updated before we can review. |
Description
Calculates the Hamming Code Points Distance distance between two equal-length unicode code points.
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers