psads / pythonds3

Data Structures package for Problem Solving with Algorithms and Data Structures using Python
GNU General Public License v3.0
37 stars 17 forks source link

Vertices dict has "list" on the value field #13

Open jpfperdigao opened 1 year ago

jpfperdigao commented 1 year ago

The vertices dict on line 108 has "list" on the value field, while it will only have Vertex objects on it.