{{ block title }}Welcome to the Travelling Salesperson task! {{ endblock }} {{ block content }} {% if boardNumber == 1 %}
You are a post office worker in France. You are given the task to visit multiple cities to deliver packages.
But as petrol prices have risen, you really want to take the shortest route possible to minimise the cost of
your travels. For each week, you will get a fixed number of cities to visit.
Aim: Plan your route to minimise the distance covered.
The rules are simple:
This is an example of a week of work
While you don’t have a time limit for this task, your time will be recorded.
Click on the 'Next' button for a single practice round. The testing phase will start afterwards.
{% endif %} {{ next_button }} {% block scripts %} {% endblock %} {{ endblock }}