Skip to content
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

Closed
wants to merge 23 commits into from
Closed

Conversation

JayPokale
Copy link

@JayPokale JayPokale commented Mar 7, 2024

Description

Calculates the Hamming Code Points Distance distance between two equal-length unicode code points.

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

JayPokale added 11 commits March 7, 2024 22:52
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]>
Copy link
Contributor

@stdlib-bot stdlib-bot left a 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. 🏃 💨

@Planeshifter Planeshifter added Needs Review A pull request which needs code review. JavaScript Issue involves or relates to JavaScript. Feature Issue or pull request for adding a new feature. labels Mar 7, 2024
@Pranavchiku
Copy link
Member

@JayPokale can you please ensure linters are set correctly in your device. I think those are not.

Copy link
Member

@Pranavchiku Pranavchiku left a 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.

@Pranavchiku Pranavchiku added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Mar 8, 2024
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]>
@JayPokale
Copy link
Author

@Pranavchiku I converted code in required format as mentioned above.

@kgryte kgryte added Utilities Issue or pull request concerning general utilities. Needs Review A pull request which needs code review. and removed JavaScript Issue involves or relates to JavaScript. labels Mar 17, 2024
@kgryte
Copy link
Member

kgryte commented Mar 17, 2024

This PR is currently failing CI and needs to be updated before we can review.

@JayPokale JayPokale closed this Mar 18, 2024
@Planeshifter Planeshifter removed the Needs Review A pull request which needs code review. label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. Needs Changes Pull request which needs changes before being merged. Utilities Issue or pull request concerning general utilities.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants