root-11 / graph-theory

A simple graph library
MIT License
82 stars 19 forks source link

is_connected errors if n1 has no edges #7

Closed fiendish closed 4 years ago

fiendish commented 4 years ago

It gives a key error at https://github.com/root-11/graph-theory/blob/c46ebd333f4996b48aebaba325076e55df053e43/graph/__init__.py#L307

root-11 commented 4 years ago

Thanks for all the commits. I hope to review and merge tomorrow.