You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
| Itertools |[Compress the String!](https://www.hackerrank.com/challenges/compress-the-string)| 20 | Medium |[Solution.py](Itertools/Compress%20the%20String!/Solution.py)|
57
57
| Itertools |[Iterables and Iterators](https://www.hackerrank.com/challenges/iterables-and-iterators)| 40 | Medium |[Solution.py](Itertools/Iterables%20and%20Iterators/Solution.py)|
58
58
| Itertools |[Maximize It!](https://www.hackerrank.com/challenges/maximize-it)| 50 | Hard |[Solution.py](Itertools/Maximize%20It!/Solution.py)|
| Date and Time |[Time Delta](https://www.hackerrank.com/challenges/python-time-delta)| 30 | Medium |[Solution.py](Date%20and%20Time/Time%20Delta/Solution.py)|
69
69
| Errors and Exceptions |[Exceptions](https://www.hackerrank.com/challenges/exceptions)| 10 | Easy |[Solution.py](Errors%20and%20Exceptions/Exceptions/Solution.py)|
70
70
| Errors and Exceptions |[Incorrect Regex](https://www.hackerrank.com/challenges/incorrect-regex)| 20 | Easy |[Solution.py](Errors%20and%20Exceptions/Incorrect%20Regex/Solution.py)|
71
-
| Classes |[Classes: Dealing with Complex Numbers](https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers)| 20 | Medium |[Solution.py](Classes/Classes:%20Dealing%20with%20Complex%20Numbers/Solution.py)|
71
+
| Classes |[Classes: Dealing with Complex Numbers](https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers)| 20 | Medium |[Solution.py](Classes/Classes%20Dealing%20with%20Complex%20Numbers/Solution.py)|
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Solutions to problems on [HackerRank](https://www.hackerrank.com)
131
131
| Itertools |[Compress the String!](https://www.hackerrank.com/challenges/compress-the-string)| 20 | Medium |[Solution.py](Python/Itertools/Compress%20the%20String!/Solution.py)|
132
132
| Itertools |[Iterables and Iterators](https://www.hackerrank.com/challenges/iterables-and-iterators)| 40 | Medium |[Solution.py](Python/Itertools/Iterables%20and%20Iterators/Solution.py)|
133
133
| Itertools |[Maximize It!](https://www.hackerrank.com/challenges/maximize-it)| 50 | Hard |[Solution.py](Python/Itertools/Maximize%20It!/Solution.py)|
@@ -143,7 +143,7 @@ Solutions to problems on [HackerRank](https://www.hackerrank.com)
143
143
| Date and Time |[Time Delta](https://www.hackerrank.com/challenges/python-time-delta)| 30 | Medium |[Solution.py](Python/Date%20and%20Time/Time%20Delta/Solution.py)|
144
144
| Errors and Exceptions |[Exceptions](https://www.hackerrank.com/challenges/exceptions)| 10 | Easy |[Solution.py](Python/Errors%20and%20Exceptions/Exceptions/Solution.py)|
145
145
| Errors and Exceptions |[Incorrect Regex](https://www.hackerrank.com/challenges/incorrect-regex)| 20 | Easy |[Solution.py](Python/Errors%20and%20Exceptions/Incorrect%20Regex/Solution.py)|
146
-
| Classes |[Classes: Dealing with Complex Numbers](https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers)| 20 | Medium |[Solution.py](Python/Classes/Classes:%20Dealing%20with%20Complex%20Numbers/Solution.py)|
146
+
| Classes |[Classes: Dealing with Complex Numbers](https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers)| 20 | Medium |[Solution.py](Python/Classes/Classes%20Dealing%20with%20Complex%20Numbers/Solution.py)|
0 commit comments