https://github.com/nxhawk/segment-tree
A segment tree is a data structure used to store information about array segments and answer segment queries efficiently. So this directory helps you better understand through basic to advanced exercises (with solutions and basic ideas)
https://github.com/nxhawk/segment-tree
cpp exercises learning-by-doing segment-tree tree-structure
Last synced: 5 days ago
JSON representation
A segment tree is a data structure used to store information about array segments and answer segment queries efficiently. So this directory helps you better understand through basic to advanced exercises (with solutions and basic ideas)
- Host: GitHub
- URL: https://github.com/nxhawk/segment-tree
- Owner: nxhawk
- Created: 2022-08-18T17:57:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T18:00:32.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T13:26:50.785Z (over 1 year ago)
- Topics: cpp, exercises, learning-by-doing, segment-tree, tree-structure
- Language: C++
- Homepage:
- Size: 5.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Segment Tree (IT)