An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Segment Tree (IT)