Good evening!
I have a question regarding memory allocation / time calculation in the parallel solution of the TSP in the first assignments: in the description / hints it is written that every thread should have its own private stack. Will it be okay if this part will be already done after storing the start time or should the programm be constructed in such a manner that these private stacks are allocated before starting time (for example, with some "array" of stacks and than accessing it with thread number)?
Best regards,
Dmitry Maklakov