mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 07:24:45 +00:00
[PR #1376] [CLOSED] feat: add binary gcd algorithm #1974
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/1376
Author: @tolis-0
Created: 12/2/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
8290f05feat: add binary gcd algorithm28d2f60docs: add wikipedia link to binary gcdf7c7f93test: add more cases for binary gcd5b38d9afix: updated binary gcd formateb9fc2cfix: binary gcd trailing_zeros macro for visual studio📊 Changes
1 file changed (+128 additions, -0 deletions)
View changed files
➕
math/binary_gcd.c(+128 -0)📄 Description
Description of Change
Introduced an implementation of the binary GCD algorithm
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.