mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 21:51:05 +00:00
[PR #28] [MERGED] File clean-up, syntax fix and a few comments added. #241
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/28
Author: @KylerSmith
Created: 7/13/2017
Status: ✅ Merged
Merged: 7/14/2017
Merged by: @AnupKumarPanwar
Base:
master← Head:master📝 Commits (2)
df24845Syntax fix and file rename Binary_To_Decimal.c, remove executablef0bb982File 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.