MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions
MIT License
713 stars 769 forks source link

🌲 Segment Tree Sum Queries Library 🌲 #1312

Open Rohit-Yadav-Official opened 8 months ago

Rohit-Yadav-Official commented 8 months ago

Welcome to the Segment Tree Sum Queries open-source project on GitHub!

Description: This project aims to provide a robust and efficient implementation of a segment tree for handling sum queries on an array. Segment trees are powerful data structures that excel in solving range-based queries on arrays, making them suitable for a variety of applications.

Features:

Sum Queries: Quickly compute the sum of elements in a given range. Update Operations: Efficiently modify individual elements and update the segment tree accordingly. Easy Integration: Simple to integrate into your projects for efficient range-based computations.

PR Checklist:

What kind of change does this PR introduce? (check at least one)

Briefly describe the changes in this PR

Other information:

welcome[bot] commented 8 months ago

Thanks for opening this pull request! Please check out our contributing guidelines.