lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

#11: add_moves #23

Closed lutzzdias closed 11 months ago

lutzzdias commented 11 months ago

Implementation of Component was needed in order to implement the add_moves method. It is a pretty simple implementation, we may want to add more attributes to Component in the future, if needed.

There was also a bit of refactoring to correctly type the attributes from #1 / #2 and make the LSP stop complaining

Closes #4 and #11