Skip to content

MarcBrueck/MergeIntervals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a class and some tests.

The class IntervalCombinator in the merge_algorithm.py file contains the method merge, which merges an Interval list.

The tests in the test_interval file can be run by running pytest.

The time complexity is O(N log(N)) and the space complexity is O(N).

About

Can merge list of intervals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages