mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-24 14:29:38 +00:00
[PR #1200] [MERGED] feat: add hamming distance #1788
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1200
Author: @aybarsnazlica
Created: 1/23/2023
Status: ✅ Merged
Merged: 1/31/2023
Merged by: @Panquesito7
Base:
master← Head:hamming📝 Commits (10+)
3d354e9feat: add hamming distanceb5ba50aUpdate misc/hamming_distance.cf51020dUpdate misc/hamming_distance.ce310f17Merge branch 'master' into hamming20299feupdating DIRECTORY.md0817c88Add curly braces to the while loop57d5231Fix character comparison446274dAdd a one-line description for library/header28b1dbbUpdate misc/hamming_distance.c50e284dFix function names in test📊 Changes
2 files changed (+65 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+3 -0)➕
misc/hamming_distance.c(+62 -0)📄 Description
Description of Change
Add an algorithm to calculate the Hamming distance between two strings.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.