Open ak2253 opened 4 years ago
Consider changing variable g into its respective graph type (wgraph, dirgraph, etc...) so that it is more readable and cannot not be confused with other similar graph structures. https://github.com/angdav/cs435-p2/blob/7773ebbbc02f04d5968b58217efb4db4635591ad/p4.py#L87-L94 https://github.com/angdav/cs435-p2/blob/7773ebbbc02f04d5968b58217efb4db4635591ad/p5.py#L31-L39
Addressed in: https://github.com/angdav/cs435-p2/commit/0f8931c20ae409797a1921173f8cf032231e54cc
Consider changing variable g into its respective graph type (wgraph, dirgraph, etc...) so that it is more readable and cannot not be confused with other similar graph structures. https://github.com/angdav/cs435-p2/blob/7773ebbbc02f04d5968b58217efb4db4635591ad/p4.py#L87-L94 https://github.com/angdav/cs435-p2/blob/7773ebbbc02f04d5968b58217efb4db4635591ad/p5.py#L31-L39