Timeline for Traveling Salesman Problem for visiting cities
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 10, 2023 at 15:51 | history | edited | J_H | CC BY-SA 4.0 | added 55 characters in body |
| Oct 10, 2023 at 11:46 | comment | added | G. Sliepen | While using an int bitmask is a bad choice, std::vector<bool> would be fine, and better than using a std::unordered_set when it comes to both speed and memory usage. | |
| Oct 10, 2023 at 8:06 | comment | added | Toby Speight | I have seen code styles that consistently put else with the opening brace, but not with the preceding brace, just like this. I don't like them, but they do exist. | |
| Oct 9, 2023 at 21:39 | history | answered | J_H | CC BY-SA 4.0 |