mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 05:44:36 +00:00
[PR #568] [MERGED] [bugs] cleanup some codes for global variables and clang-tidy specs #994
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/568
Author: @kvedala
Created: 7/13/2020
Status: ✅ Merged
Merged: 7/16/2020
Merged by: @kvedala
Base:
master← Head:cleanup📝 Commits (4)
d19a3a7cleanup some codes for global variables and clang-tidy specs9642e10allow subfolders in project_euler folderf58916ffix dynamic array allocations39cdc7bfix possible memory leak📊 Changes
6 files changed (+88 additions, -27 deletions)
View changed files
📝
.github/workflows/awesome_workflow.yml(+1 -1)📝
project_euler/problem_13/sol1.c(+37 -14)📝
project_euler/problem_23/sol1.c(+14 -2)📝
project_euler/problem_23/sol2.c(+14 -2)📝
project_euler/problem_25/sol1.c(+6 -0)📝
project_euler/problem_401/sol1.c(+16 -8)📄 Description
Description of Change
Fixed some files for errors and warnings reported by clang-tidy.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.