mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-27 07:49:41 +00:00
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/595
Author: @Lakhan-Nad
Created: 8/18/2020
Status: ✅ Merged
Merged: 9/9/2020
Merged by: @kvedala
Base:
master← Head:master📝 Commits (6)
9015e44Feature: Added segment_trees Closes #56164920b2doc: documentation improved and explanations added5893311updating DIRECTORY.mdc44eb82doc: changes in documentation279d2bcdoc: suggested doc changes and int types changed3da4ff2update: doc change for main function📊 Changes
2 files changed (+236 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
data_structures/binary_trees/segment_tree.c(+235 -0)📄 Description
Description of Change
Added segment_trees code with a test on RMQ
References
Issue: #561
Checklist
Notes:
Any change or update is welcome. If my code seems less documented please let me know where should I change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.