class IntervalSkipList

def containing(n)

def containing(n)
  containing_with_node(n).first
end