[PR #171] [MERGED] Refactored the code #424

Open
opened 2026-01-29 15:12:37 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/171 **Author:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Created:** 10/8/2018 **Status:** ✅ Merged **Merged:** 10/8/2018 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`444d4b1`](https://github.com/TheAlgorithms/C/commit/444d4b11d5fe89bd2e7f8d6f9594299cd858197a) Refactor ### 📊 Changes **70 files changed** (+53 additions, -1008 deletions) <details> <summary>View changed files</summary> ➖ `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_ </details> ### 📄 Description Removed some duplicate codes and organised the files in a standard way. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:12:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#424