Commit 660ff8d7 authored by Johannes Bleher's avatar Johannes Bleher
Browse files

FORMATTING ISSUES

parent d263d211
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
# Traveling Santa Problem

## Overview
<table>
 <tr>
    <!-- Image Column -->
    <td>
    <img src="00_data/RJ_santa.jpeg"  width="200">
    </td>
    <!-- Text Column -->
    <td>
    
<img src="00_data/RJ_santa.jpeg"  width="200"> |
In Hohenheim, where data gleams,
Underneath the winter moon's beams,
Lived AIDAHO Santa, wise and bright,
@@ -62,9 +54,6 @@ He completed his worldwide festive quest!


In this challenge, you are provided with a list of cities and their coordinates in `00_data/point_cloud.csv`. Your task is to create the shortest possible path that visits all the cities.
     </td>
     </tr>
</table>

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