Skip to content

Commit 7d62fcc

Browse files
committed
Update README.md
1 parent ea85531 commit 7d62fcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
| Itertools | [Compress the String!](https://www.hackerrank.com/challenges/compress-the-string) | 20 | Medium | [Solution.py](Itertools/Compress%20the%20String!/Solution.py) |
5757
| Itertools | [Iterables and Iterators](https://www.hackerrank.com/challenges/iterables-and-iterators) | 40 | Medium | [Solution.py](Itertools/Iterables%20and%20Iterators/Solution.py) |
5858
| Itertools | [Maximize It!](https://www.hackerrank.com/challenges/maximize-it) | 50 | Hard | [Solution.py](Itertools/Maximize%20It!/Solution.py) |
59-
| Collections | [collections.Counter()](https://www.hackerrank.com/challenges/collections-counter) | 10 | Easy | [Solution.py](Collections/collections.Counter()/Solution.py) |
59+
| Collections | [Collections.Counter()](https://www.hackerrank.com/challenges/collections-counter) | 10 | Easy | [Solution.py](Collections/Collections.Counter()/Solution.py) |
6060
| Collections | [DefaultDict Tutorial](https://www.hackerrank.com/challenges/defaultdict-tutorial) | 20 | Easy | [Solution.py](Collections/DefaultDict%20Tutorial/Solution.py) |
6161
| Collections | [Collections.namedtuple()](https://www.hackerrank.com/challenges/py-collections-namedtuple) | 20 | Easy | [Solution.py](Collections/Collections.namedtuple()/Solution.py) |
6262
| Collections | [Collections.OrderedDict()](https://www.hackerrank.com/challenges/py-collections-ordereddict) | 20 | Easy | [Solution.py](Collections/Collections.OrderedDict()/Solution.py) |
@@ -68,5 +68,5 @@
6868
| Date and Time | [Time Delta](https://www.hackerrank.com/challenges/python-time-delta) | 30 | Medium | [Solution.py](Date%20and%20Time/Time%20Delta/Solution.py) |
6969
| Errors and Exceptions | [Exceptions](https://www.hackerrank.com/challenges/exceptions) | 10 | Easy | [Solution.py](Errors%20and%20Exceptions/Exceptions/Solution.py) |
7070
| 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) |
7272
| Classes | [Class 2 - Find the Torsional Angle](https://www.hackerrank.com/challenges/class-2-find-the-torsional-angle) | 20 | Easy | [Solution.py](Classes/Class%202%20-%20Find%20the%20Torsional%20Angle/Solution.py) |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Solutions to problems on [HackerRank](https://www.hackerrank.com)
131131
| Itertools | [Compress the String!](https://www.hackerrank.com/challenges/compress-the-string) | 20 | Medium | [Solution.py](Python/Itertools/Compress%20the%20String!/Solution.py) |
132132
| Itertools | [Iterables and Iterators](https://www.hackerrank.com/challenges/iterables-and-iterators) | 40 | Medium | [Solution.py](Python/Itertools/Iterables%20and%20Iterators/Solution.py) |
133133
| Itertools | [Maximize It!](https://www.hackerrank.com/challenges/maximize-it) | 50 | Hard | [Solution.py](Python/Itertools/Maximize%20It!/Solution.py) |
134-
| Collections | [collections.Counter()](https://www.hackerrank.com/challenges/collections-counter) | 10 | Easy | [Solution.py](Python/Collections/collections.Counter()/Solution.py) |
134+
| Collections | [Collections.Counter()](https://www.hackerrank.com/challenges/collections-counter) | 10 | Easy | [Solution.py](Python/Collections/Collections.Counter()/Solution.py) |
135135
| Collections | [DefaultDict Tutorial](https://www.hackerrank.com/challenges/defaultdict-tutorial) | 20 | Easy | [Solution.py](Python/Collections/DefaultDict%20Tutorial/Solution.py) |
136136
| Collections | [Collections.namedtuple()](https://www.hackerrank.com/challenges/py-collections-namedtuple) | 20 | Easy | [Solution.py](Python/Collections/Collections.namedtuple()/Solution.py) |
137137
| Collections | [Collections.OrderedDict()](https://www.hackerrank.com/challenges/py-collections-ordereddict) | 20 | Easy | [Solution.py](Python/Collections/Collections.OrderedDict()/Solution.py) |
@@ -143,7 +143,7 @@ Solutions to problems on [HackerRank](https://www.hackerrank.com)
143143
| 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) |
144144
| Errors and Exceptions | [Exceptions](https://www.hackerrank.com/challenges/exceptions) | 10 | Easy | [Solution.py](Python/Errors%20and%20Exceptions/Exceptions/Solution.py) |
145145
| 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) |
147147
| Classes | [Class 2 - Find the Torsional Angle](https://www.hackerrank.com/challenges/class-2-find-the-torsional-angle) | 20 | Easy | [Solution.py](Python/Classes/Class%202%20-%20Find%20the%20Torsional%20Angle/Solution.py) |
148148

149149
## Cracking the Coding Interview

0 commit comments

Comments
 (0)