...

/

Challenge 9: Remove Edge

Challenge 9: Remove Edge

Try to solve the Remove Edge from a Directed Graph problem.

Statement

Given an adjacency list of a directed graph consisting of n vertices, modify the list after removing an edge between the source and destination vertices.

Constraints:

  • 00 \leqn102 \leq 10^2 ...