Skip to content

Commit 324abce

Browse files
author
Gonzalo Diaz
committed
[FIX] Typo in doc fixed. Wrong url.
1 parent 386724b commit 324abce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hackerrank/interview_preparation_kit/greedy_algorithms/angry-children.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
# [Greedy Algorithms: Greedy Florist](https://www.hackerrank.com/challenges/greedy-florist)
2+
# [Greedy Algorithms: Max Min](https://www.hackerrank.com/challenges/angry-children)
33

44
- Difficulty: `#medium`
5-
- Category: `#ProblemSolvingBasic`
5+
- Category: `#ProblemSolvingBasic` `#greedy`
66

77
You will be given a list of integers, `arr`, and a single integer `k`.
88
You must create an array of length `k` from elements of `arr` such that

0 commit comments

Comments
 (0)