-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add mountain image; remove redundant encrypt challenge
- Loading branch information
Kristian Rother
committed
Feb 12, 2024
1 parent
ff460fc
commit 834bd23
Showing
4 changed files
with
34 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Misty Mountains | ||
--------------- | ||
|
||
.. image:: mountains.jpg | ||
|
||
*Photo by `Rohit Tandon on unsplash.com <https://unsplash.com/@sepoys?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash>`__* | ||
|
||
**🎯 Find the highest peak.** | ||
|
||
You are looking for the dwarven cities. | ||
They are under the highest mountains, of course. | ||
As you scan the horizon, you can clearly see the elevation of each mountain: | ||
|
||
:: | ||
|
||
310 | ||
464 | ||
618 | ||
772 | ||
926 | ||
1080 | ||
... | ||
|
||
A peak is any elevation with two lower numbers before and after it. | ||
Every peak hosts one of the dwarven cities. You find the elevations in | ||
:download:`mountains.csv`. | ||
|
||
* find the highest peak | ||
* find all seven peaks | ||
|
||
Extra challenge | ||
--------------- | ||
|
||
Plot the elevations of the mountains as a line plot. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.