mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 14:04:33 +00:00
[PR #562] [CLOSED] segment tree headers added #986
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/562
Author: @vakhokoto
Created: 7/9/2020
Status: ❌ Closed
Base:
master← Head:segment-tree📝 Commits (7)
a33144dsegment tree headers added51163fdline endings addedc27c97cmain.c name changed to test.c to better descride the function of the file4c5b8f6structure elements argument comments fixed, also template test function added in test.cef05a91#include <stdlib.h> - was missing in segemnt_tree.c11b1204segment_tree.c file moved up one directory and data_structures/segment_tree directory deleted1c7a4d4author info and description added📊 Changes
1 file changed (+170 additions, -0 deletions)
View changed files
➕
data_structures/segment_tree.c(+170 -0)📄 Description
Description of Change
Segment tree headers added I will continue working on implementation if there is anyone willing to contribute in this part I will be gratefull to welcome.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.