79073319

Date: 2024-10-10 08:06:18
Score: 1.5
Natty:
Report link

This takes O(EV) time, scan through the adjacency lists takes O(E) time and keep a hash table for reachable vertex so for each edge u->v we check for v's adjacency list, taking O(V) time, adding new terms.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: SiminSimin