OLGKAD / sef18group15-coverage

Algorithms and Data Structures implemented in Java
Apache License 2.0
0 stars 0 forks source link

Tests: SegmentTree.Data.RangeMaximumData::combine #21

Open Lucasljungberg opened 6 years ago

Lucasljungberg commented 6 years ago

This function has a rather low coverage.

It is also very possible to refactor. Especially because the same operation is performed in the sibling class RangeMinimumData.