For the random geometric graph, G(n, r), determine the average degree of the vertex:
a) At least distance r from the boundary,
b) On the boundary (convex hull), and determine the time (big Oh) of finding all the edges employing:
c) All vertex pairs testing,
d) The line sweep method,
e) The cell method.