[PR #28] [MERGED] File clean-up, syntax fix and a few comments added. #241

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/28
Author: @KylerSmith
Created: 7/13/2017
Status: Merged
Merged: 7/14/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (2)

  • df24845 Syntax fix and file rename Binary_To_Decimal.c, remove executable
  • f0bb982 File clean-up

📊 Changes

17 files changed (+34 additions, -17 deletions)

View changed files

Binary To Decimal.c (+0 -17)
📝 Computer Oriented Statistical Methods/variance.c (+0 -0)
a.out (+0 -0)
conversions/binary_to_decimal.c (+25 -0)
📝 misc/Binning.c (+0 -0)
📝 misc/LongestSubSequence.c (+0 -0)
📝 misc/QUARTILE.c (+0 -0)
📝 misc/isArmstrong.c (+0 -0)
📝 misc/palindrome.c (+0 -0)
📝 misc/strongNumber.c (+9 -0)
📝 searching/BinarySearch.c (+0 -0)
📝 searching/otherBinarySearch.c (+0 -0)
📝 sorting/Bogo_Sort.c (+0 -0)
📝 sorting/BubbleSort.c (+0 -0)
📝 sorting/InsertionSort.c (+0 -0)
📝 sorting/OtherBubbleSort.c (+0 -0)
📝 sorting/SelectionSort.c (+0 -0)

📄 Description

File clean-up:
Move all files into directories.

Added some comments and modified binaryToDecimal.c to work correctly.


🔄 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/28 **Author:** [@KylerSmith](https://github.com/KylerSmith) **Created:** 7/13/2017 **Status:** ✅ Merged **Merged:** 7/14/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`df24845`](https://github.com/TheAlgorithms/C/commit/df248452865bbc3bd1734aa5b3188d84ea5b99e9) Syntax fix and file rename Binary_To_Decimal.c, remove executable - [`f0bb982`](https://github.com/TheAlgorithms/C/commit/f0bb982627bbd17d36f0bb665bc5581ab37f47a3) File clean-up ### 📊 Changes **17 files changed** (+34 additions, -17 deletions) <details> <summary>View changed files</summary> ➖ `Binary To Decimal.c` (+0 -17) 📝 `Computer Oriented Statistical Methods/variance.c` (+0 -0) ➖ `a.out` (+0 -0) ➕ `conversions/binary_to_decimal.c` (+25 -0) 📝 `misc/Binning.c` (+0 -0) 📝 `misc/LongestSubSequence.c` (+0 -0) 📝 `misc/QUARTILE.c` (+0 -0) 📝 `misc/isArmstrong.c` (+0 -0) 📝 `misc/palindrome.c` (+0 -0) 📝 `misc/strongNumber.c` (+9 -0) 📝 `searching/BinarySearch.c` (+0 -0) 📝 `searching/otherBinarySearch.c` (+0 -0) 📝 `sorting/Bogo_Sort.c` (+0 -0) 📝 `sorting/BubbleSort.c` (+0 -0) 📝 `sorting/InsertionSort.c` (+0 -0) 📝 `sorting/OtherBubbleSort.c` (+0 -0) 📝 `sorting/SelectionSort.c` (+0 -0) </details> ### 📄 Description File clean-up: Move all files into directories. Added some comments and modified binaryToDecimal.c to work correctly. --- <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:10:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#241