mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 20:39:37 +00:00
[PR #1177] [MERGED] chore: Separated math category out from Misc #1754
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/1177
Author: @SpiderMath
Created: 12/9/2022
Status: ✅ Merged
Merged: 12/22/2022
Merged by: @Panquesito7
Base:
master← Head:separate-maths📝 Commits (3)
a9bd95aSeparated math category out from Miscd0c1b52Merge branch 'master' into separate-mathsbefd876Merge branch 'master' into separate-maths📊 Changes
22 files changed (+1 additions, -1 deletions)
View changed files
📝
math/armstrong_number.c(+0 -0)📝
math/cantor_set.c(+0 -0)📝
math/cartesian_to_polar.c(+0 -0)📝
math/catalan.c(+0 -0)📝
math/collatz.c(+0 -0)📝
math/factorial.c(+0 -0)📝
math/factorial_large_number.c(+0 -0)📝
math/factorial_trailing_zeroes.c(+0 -0)📝
math/fibonacci.c(+0 -0)📝
math/fibonacci_dp.c(+0 -0)📝
math/fibonacci_fast.c(+0 -0)📝
math/fibonacci_formula.c(+0 -0)📝
math/gcd.c(+0 -0)📝
math/is_armstrong.c(+0 -0)📝
math/large_factorials.c(+0 -0)📝
math/lcm.c(+0 -0)📝
math/lerp.c(+0 -0)📝
math/palindrome.c(+0 -0)📝
math/prime.c(+0 -0)📝
math/prime_factoriziation.c(+0 -0)...and 2 more files
📄 Description
Description of Change
This PR aims to separate out the algorithms categorized under
mathon the website which were classified under themiscdirectory.Changes made:
misctomathReferences
Checklist
Notes: This is regarding the post on the forum in the discord server
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.