mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
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/1295
Author: @BenSt099
Created: 8/15/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
63f8071feat: add hamming-distance2c11ed4cupdating DIRECTORY.md0ed72a6docs: add comments0be95f6docs: add comments #2a946026chore: updated method signature08d8232test: added test case for negative ints28b92bechore: changed ret-type578946bdocs: updated docs of function050e456Merge branch 'master' into master0ec3348Merge branch 'master' into master📊 Changes
2 files changed (+86 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
misc/hamming_distance2.c(+85 -0)📄 Description
Description of Change
I know that there is already an implementation of the hamming-distance. My implementation operates on two Integer-arrays and it's more efficient than the normal 'for-loop'.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.