You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
302 B

  1. Interval management
  2. - Define an interval type
  3. - Define a set of intervals
  4. - Return an optimal intersection of two sets of intervals
  5. Database
  6. - Store/retrieve intervals in databsae
  7. - Basic "add interval" "remove interval" type operations
  8. - Return all intervals that overlap with a supplied interval