diff --git a/questions/the-problem-of-the-trees.md b/questions/the-problem-of-the-trees.md new file mode 100644 index 0000000..8fdd57f --- /dev/null +++ b/questions/the-problem-of-the-trees.md @@ -0,0 +1,9 @@ +# The problem of the trees + +## Question + +Welcome to **Kart Kourse**! Here is the problem statement: + +You are given a list of racers' names in the position they start the race in and a list of +position changes. Your task is to write a function that returns the new order of +the racers after applying the position changes. \ No newline at end of file