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
Primarily: the solution does not involve designing a data structure?
In fact, it begins with the assumption that a data structure has already been designed and is in use, i.e. a graph.
Then the entirety of the remainder of the solution is some boilerplate python that boils down to "Do BFS, oh and the nodes might be on different servers".
Really doesn't seem to be up to the same standards as the rest of the repo.
The text was updated successfully, but these errors were encountered:
Primarily: the solution does not involve designing a data structure?
In fact, it begins with the assumption that a data structure has already been designed and is in use, i.e. a graph.
Then the entirety of the remainder of the solution is some boilerplate python that boils down to "Do BFS, oh and the nodes might be on different servers".
Really doesn't seem to be up to the same standards as the rest of the repo.
The text was updated successfully, but these errors were encountered: