You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constructor of the Graph class has [] as the default value for the vertices parameter. However, this implementation would fail the following test code.
The constructor of the
Graph
class has[]
as the default value for thevertices
parameter. However, this implementation would fail the following test code.The reason for this issue is explained in detail in the following link:
Mutable Default Arguments - Python Guide
The text was updated successfully, but these errors were encountered: