mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-20 16:05:14 +00:00
[PR #1043] [CLOSED] +C hacktoberfest #1593
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/1043
Author: @marehead
Created: 10/14/2022
Status: ❌ Closed
Base:
improve_contributing← Head:master📝 Commits (10+)
7e6276bReturn success status (#957)6121ab5Create fibonacci_formula.c (#961)52d3b3edocs: improve the contributing guidelines (#966)82ca460feat: add LeetCode problem 118 (#996)a8b42d0feat: leetcode Maximum Twin Sum of a Linked List solution (2130) (#988)f8e43acAdd run length encoding597dc19Apply suggestions from code review45f09dbupdating DIRECTORY.md35f6431Add algoritm descriptionbd1b0ebAdd include descriptions📊 Changes
8 files changed (+226 additions, -11 deletions)
View changed files
📝
CONTRIBUTING.md(+13 -10)📝
DIRECTORY.md(+3 -1)📝
data_structures/array/carray.c(+1 -0)📝
leetcode/README.md(+2 -0)➕
leetcode/src/118.c(+26 -0)➕
leetcode/src/2130.c(+30 -0)➕
misc/fibonacci_formula.c(+59 -0)➕
misc/run_length_encoding.c(+92 -0)📄 Description
Description of Change
References
Checklist
Added description of change
Added file name matches File name guidelines
Added tests and example, test must pass
Relevant documentation/comments is changed or added
PR title follows semantic commit guidelines
Search previous suggestions before making a new one, as yours may be a duplicate.
I acknowledge that all my contributions will be made under the project's license.
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.