Infinite Loop?@doug4 The issue seems to be that (width-gen.size())/2; can be negative, causing size_t to be a very...
Infinite Loop?@Thomas1965, I think the issue may be somewhere else, as if I only keep the first for loop it runs f...
Infinite Loop?I mean like the testing server times out.
Infinite Loop?[code] string Automaton :: generation_to_string(const vector<int>& gen, size_t width){ if(width%2...
DFS Algorithm consistently finds path with less vertices than maximum@helios, my code gives 3 for the sample case above, and that is the right answer. However, if I have...
This user does not accept Private Messages