mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #579] [MERGED] [bug+docs] add docs + fix error in getMax #1009
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/579
Author: @kvedala
Created: 7/21/2020
Status: ✅ Merged
Merged: 7/22/2020
Merged by: @kvedala
Base:
master← Head:fix_search📝 Commits (5)
ec1b582add docs + fix error in getMax0aed549fix clang-tidy alerts and errorsaab024crearrange comments533b11ballow subfolders in data_structure1cd54a5set pointer to NULL after purge📊 Changes
2 files changed (+119 additions, -54 deletions)
View changed files
📝
.github/workflows/awesome_workflow.yml(+1 -1)📝
data_structures/binary_trees/binary_search_tree.c(+118 -53)📄 Description
Description of Change
Added docs and fixed errors in the code
References
Closes #566
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.