Skip to content

Commit 6e61213

Browse files
solves find the runnner up score
1 parent c68a834 commit 6e61213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Python Domain is further Divided into the following sub-domains.
5555
| Problem | Difficulty | Solution Link |
5656
|---------|------------|---------------|
5757
| [List Comprehensions](https://www.hackerrank.com/challenges/list-comprehensions) | Easy | [Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/basic-data-types/ListComprehension.py) |
58-
| [Find the Runner-Up Score](https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list) | Easy | |
58+
| [Find the Runner-Up Score](https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list) | Easy | [Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/basic-data-types/FindTheRunnerUpScore.py) |
5959
| [Nested Lists](https://www.hackerrank.com/challenges/nested-list) | Easy | |
6060
| [Finding The Percentage](https://www.hackerrank.com/challenges/finding-the-percentage) | Easy | |
6161
| [Lists](https://www.hackerrank.com/challenges/python-lists) | Easy | |

0 commit comments

Comments
 (0)