Skip to content

Commit 834bd23

Browse files
author
Kristian Rother
committed
add mountain image; remove redundant encrypt challenge
1 parent ff460fc commit 834bd23

4 files changed

Lines changed: 34 additions & 80 deletions

File tree

challenges/encrypt.rst

Lines changed: 0 additions & 58 deletions
This file was deleted.

challenges/misty_mountains.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Misty Mountains
2+
---------------
3+
4+
.. image:: mountains.jpg
5+
6+
*Photo by `Rohit Tandon on unsplash.com <https://unsplash.com/@sepoys?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash>`__*
7+
8+
**🎯 Find the highest peak.**
9+
10+
You are looking for the dwarven cities.
11+
They are under the highest mountains, of course.
12+
As you scan the horizon, you can clearly see the elevation of each mountain:
13+
14+
::
15+
16+
310
17+
464
18+
618
19+
772
20+
926
21+
1080
22+
...
23+
24+
A peak is any elevation with two lower numbers before and after it.
25+
Every peak hosts one of the dwarven cities. You find the elevations in
26+
:download:`mountains.csv`.
27+
28+
* find the highest peak
29+
* find all seven peaks
30+
31+
Extra challenge
32+
---------------
33+
34+
Plot the elevations of the mountains as a line plot.

challenges/mountains.jpg

50.9 KB
Loading

challenges/seven_peaks.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)