From 6721bf82e30686b4a9be6d8aa9582adbe80c7a66 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Sat, 21 Oct 2023 15:40:05 +0000 Subject: [PATCH] Added question file --- questions/the-problem-of-the-trees.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 questions/the-problem-of-the-trees.md 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