wdsrocha / genetic-algorithm-tsp

Solving the travelling salesman problem using a genetic algorithm
Apache License 2.0
0 stars 4 forks source link

pull requests com indentações arrumadas #4

Closed vanessadcamara closed 5 years ago

wdsrocha commented 5 years ago

Thanks, @vanessadcamara!

It does not address the #2 issue, but adds good practice to the overall code (i.e.: always using brackets even for one-liners). I'll mark a few fixes that you can do so I can approve the PR.

wdsrocha commented 5 years ago

The referenced issue has been solved on #6, so I'll be closing this. Thanks, @vanessadcamara!

I'll open a new issue for the one-line bracket thing.