Commit 1f7063be authored by Johannes Bleher's avatar Johannes Bleher
Browse files

Table inserted

parent 18f5f8fc
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
# Traveling Santa Problem
![](00_data/RJ_santa.jpeg "The AIDAHO Santa has lost his way!")
<img src="00_data/RJ_santa.jpeg"  width="400">

## Overview
<table>
 <tr>
    <!-- Image Column -->
    <td>
    <img src="00_data/RJ_santa.jpeg"  width="400">
    </td>
    <!-- Text Column -->
    <td>
        In this challenge, you are provided with a list of cities and their coordinates in `cities.csv`. Your task is to create the shortest possible path that visits all the cities. 

    </td>
</table>

## Submission File
Your submission should be an ordered list of cities, representing the path in which you visit each city.