Skip to content

Nabil-Salah/Segment-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segment Tree Visualizer

Link To View:https://spiffy-salamander-54c78d.netlify.app/

Here I try to visualize segmant tree building operation with its differnt usages (Minimum, Maximum in range, Sum, multiply, Xor range)

Segmant Tree Pros:

-Editing tree is O(log N)

-Building tree is O(NlogN)

-Get query is O(logN)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published