mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #630] [CLOSED] feat: add leetcode 5 #1081
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/630
Author: @gbrunofranco
Created: 10/1/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
4c63209feat: add leetcode 595ab7d7docs: add comments to 5.c, made input variable clearer379e096test: add tests to 5.c683460edocs: add newline at the end98e2190updating DIRECTORY.mdc4307d9fix: moved outside of src folder5f6e45eupdating DIRECTORY.md📊 Changes
3 files changed (+186 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+2 -0)➕
leetcode/5.c(+92 -0)➕
leetcode/src/5.c(+92 -0)📄 Description
Description of Change
References
Checklist
Notes:
Looking around the leetcode folder no other file has a main function and tests. I'll change that if needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.