mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #171] [MERGED] Refactored the code #424
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/171
Author: @AnupKumarPanwar
Created: 10/8/2018
Status: ✅ Merged
Merged: 10/8/2018
Merged by: @AnupKumarPanwar
Base:
master← Head:master📝 Commits (1)
444d4b1Refactor📊 Changes
70 files changed (+53 additions, -1008 deletions)
View changed files
➖
Computer Oriented Statistical Methods/Simpson's_1-3rd_rule.c(+0 -34)➖
Computer Oriented Statistical Methods/statistic/README.md(+0 -116)➖
Computer Oriented Statistical Methods/statistic/src/statistic.c(+0 -400)➖
Computer Oriented Statistical Methods/statistic/src/statistic.h(+0 -79)➖
Computer Oriented Statistical Methods/statistic/test/test.c(+0 -190)➖
Conversions/decimal _to_binary.c(+0 -66)➖
Sorts/HeapSort.c(+0 -62)📝
computer_oriented_statistical_methods/Gauss_Elimination.c(+0 -0)📝
computer_oriented_statistical_methods/MEAN.C(+0 -0)📝
computer_oriented_statistical_methods/MEDIAN.C(+0 -0)📝
computer_oriented_statistical_methods/Seidal.C(+0 -0)📝
computer_oriented_statistical_methods/lagrange_theorem.C(+0 -0)📝
computer_oriented_statistical_methods/simpson's 1-3rd rule.c(+0 -0)📝
computer_oriented_statistical_methods/variance.c(+0 -0)📝
conversions/binary_to_hexa.c(+0 -0)📝
conversions/decimal_to_hexa.c(+0 -0)📝
conversions/decimal_to_octal.c(+0 -0)📝
conversions/toDecimal.c(+0 -0)📝
data_structures/Array/CArray.c(+0 -0)📝
data_structures/Array/CArray.h(+0 -0)...and 50 more files
📄 Description
Removed some duplicate codes and organised the files in a standard way.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.