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

Add: Exercism C hamming challenge is added #1364

Closed
wants to merge 6 commits into from

Conversation

Zumh
Copy link

@Zumh Zumh commented Oct 30, 2023

Description of Change

This pull request introduces a C program that calculates the Hamming distance between two strings. The Hamming distance is a measure of the difference between two strings of equal length. This algorithm calculates the number of differing characters between two input strings, which can be useful for various applications, including error detection and correction.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and examples (if applicable, tests should be added to validate the correctness of the code)
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes

This pull request contains a C program that calculates the Hamming distance between two input strings. The computer function performs the comparison and returns the number of differing characters. The code includes comments for clarity, and further testing and documentation may be needed to ensure its correctness and usability.

Please review this pull request and provide feedback or merge it into the repository if it aligns with the project's goals.

Copy link
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 30, 2023
Copy link
Contributor

github-actions bot commented Dec 8, 2023

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions bot closed this Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant