Skip to content

IdanCohh/Segment-Tree-Implementation---Data-Structures-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure - Sgement Tree implementation in Java

This is a Data Structures course assignment of an implementation of 3 types of Segment Trees (Maximum, Minimum and Summation), implemented using both Trees and Arrays in Java.

Structure

The file structure shows the inheritance of each file (relation), for example, SegmenetTreeByTree implements SegmentTree

About

Several types of segment tree data structure, implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages