Skip to content

Developed an interactive command-line Segment Tree Visualizer in C++ supporting SUM, MIN, and MAX operations. Implemented lazy propagation to optimize range updates and built a real-time textual visualization system to enhance debugging and conceptual understanding of segment tree operations including Update Index, Range Query, and Range Update.

Notifications You must be signed in to change notification settings

Parthagga/Segment-Tree-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Segment-Tree-Visualizer

Developed an interactive command-line Segment Tree Visualizer in C++ supporting SUM, MIN, and MAX operations. built a real-time textual visualization system to enhance debugging and conceptual understanding of segment tree operations including Update Index, Range Query, and Range Update.

About

Developed an interactive command-line Segment Tree Visualizer in C++ supporting SUM, MIN, and MAX operations. Implemented lazy propagation to optimize range updates and built a real-time textual visualization system to enhance debugging and conceptual understanding of segment tree operations including Update Index, Range Query, and Range Update.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages