Structs§
- Network
- Each interval has a parent and child
Functions§
- check_
overlapping - Check if intervals are overlapping If not, you can use the the much faster machine
- check_
unique - This is redundant to remove_duplicates
- checker_
rec - Recursive
- create_
network_ hashmap - Create the “network” for parent-child relationship
- fast_
helper - Recuive function for
- filter_
hit - Remove all parents here - maybe slow
- get_
parents - Get all parents
- make_
nested - Give sense to Network
- make_
nested_ simple - Faster way to make the nestedness
- remove_
duplicates - Removing duplicated intervals
- sort_
vector - Interval vector sorting
- start_
stop_ check - Check if start and stop in order
- start_
stop_ order - If entries are not in order, change them