EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Fixed Standard Exception Bad Allocation issue #34

Closed EdGarrity closed 5 years ago

EdGarrity commented 5 years ago

A for-loop iterator was being incremented again inside the loop. What I meant to do was just add one to the iterator before printing it to the screen.

This closes #33.