Ajay-26
Results
1
issues of
Ajay-26
Bug Fix for #418 - Graph<T>::removeNode has potential to throw due to optional being accessed early
2
Pull Request for Bug #418. - Issue: Graph::removeNode does not check whether the node to be removed is actually present in the graph. - Changes: Graph::removeNode now checks whether the...