Open Dummy0815 opened 7 years ago
As the 'reachableVertices' list is declared as field the usage of this list inside IsConnected is not thread safe. The list is only used inside the function and cleared before every usage, I suggest to use an local list instead.
The code in question is no longer in production codebase of SE.
As the 'reachableVertices' list is declared as field the usage of this list inside IsConnected is not thread safe. The list is only used inside the function and cleared before every usage, I suggest to use an local list instead.