krishna14kant / Data-Structures-

hacktoberfest hacktoberfest2020 hacktoberfest-accepted
45 stars 481 forks source link

Add files via upload #537

Open adty2024 opened 1 year ago

adty2024 commented 1 year ago

I contributed a complete implementation of a segment tree in Java. This implementation includes functions for constructing segment trees to support operations like finding maximum, minimum, and sum within specific ranges of an array, as well as updating individual elements efficiently. The code is organized and optimized for easy integration into projects that require range-based queries and updates, making it a valuable addition for data manipulation and algorithmic tasks.