mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 05:55:12 +00:00
[PR #551] [MERGED] [bugs,docs] Fixes to existing code for LGTM and documentation #974
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/551
Author: @kvedala
Created: 6/28/2020
Status: ✅ Merged
Merged: 6/28/2020
Merged by: @kvedala
Base:
master← Head:docs/fix📝 Commits (6)
6470f03fixed documentationscf2a17eenable autobrief in documentation17c5523fix lgtm error20bab2afix lgtm error - lexicographic_permutations619620dfix LGTM error - c_atoi6710df7fix LGTM - limit malloc range📊 Changes
23 files changed (+106 additions, -98 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
conversions/c_atoi_str_to_integer.c(+8 -4)📝
data_structures/binary_trees/threaded_binary_trees.c(+2 -2)📝
machine_learning/adaline_learning.c(+6 -5)📝
machine_learning/kohonen_som_topology.c(+6 -9)📝
machine_learning/kohonen_som_trace.c(+18 -18)📝
misc/cartesian_to_polar.c(+1 -1)📝
misc/factorial_large_number.c(+5 -5)📝
misc/lexicographic_permutations.c(+5 -0)📝
numerical_methods/durand_kerner_roots.c(+3 -3)📝
numerical_methods/newton_raphson_root.c(+1 -1)📝
numerical_methods/qr_eigen_values.c(+2 -1)📝
project_euler/problem_13/sol1.c(+1 -1)📝
project_euler/problem_14/sol1.c(+1 -1)📝
project_euler/problem_15/sol1.c(+1 -1)📝
project_euler/problem_19/sol1.c(+12 -11)📝
project_euler/problem_20/sol1.c(+11 -11)📝
project_euler/problem_21/sol1.c(+3 -3)📝
project_euler/problem_22/sol1.c(+2 -2)📝
project_euler/problem_23/sol1.c(+6 -6)...and 3 more files
📄 Description
Description of Change
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.