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
|[Merge The Tools](https://www.hackerrank.com/challenges/merge-the-tools)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/strings/merge-the-tools.py)|
|[Introduction to Sets](https://www.hackerrank.com/challenges/py-introduction-to-sets)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/sets/introduction-to-sets.py)|
|[Maximize It!](https://www.hackerrank.com/challenges/maximize-it)| Hard |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/itertools/maximize-it.py)|
|[Piling Up!](https://www.hackerrank.com/challenges/piling-up)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/collections/piling-up.py)|
166
166
167
167
168
-
### Date and Time
168
+
### Date and Time[π](#sub-domains--problems-solutions-in-the-python-domain)
|[Time Delta](https://www.hackerrank.com/challenges/python-time-delta)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/date-and-time/time-delta.py)|
173
173
174
174
175
-
### Errors and Exceptions
175
+
### Errors and Exceptions[π](#sub-domains--problems-solutions-in-the-python-domain)
|[Class 2 - Find the Torsional Angle](https://www.hackerrank.com/challenges/class-2-find-the-torsional-angle)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/classes/class-2-find-the-torsional-angle.py)|
186
186
|[Classes: Dealing with Complex Numbers](https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/classes/dealing-with-complex-numbers.py)|
187
187
188
188
189
-
### Built Ins
189
+
### Built Ins[π](#sub-domains--problems-solutions-in-the-python-domain)
|[ginortS](https://www.hackerrank.com/challenges/ginorts)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/built-ins/ginortS.py)|
|[Map and Lambda Function](https://www.hackerrank.com/challenges/map-and-lambda-expression)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/python-functions/map-and-lambda-functions.py)|
204
204
|[Validating Email Address with Filter](https://www.hackerrank.com/challenges/validate-list-of-email-address-with-filter)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/python-functions/validating-email-addresses.py)|
205
205
|[Reduce Function](https://www.hackerrank.com/challenges/reduce-function)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/python-functions/reduce-function.py)|
206
206
207
207
208
-
### Regex and Parsing
208
+
### Regex and Parsing[π](#sub-domains--problems-solutions-in-the-python-domain)
209
209
| Problem | Difficulty | Solution Link |
210
210
|---------|------------|---------------|
211
211
|[Detect Floating Point Number](https://www.hackerrank.com/challenges/introduction-to-regex)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/regex-and-parsing/detect-floating-point-numbers.py)|
@@ -227,21 +227,21 @@ Quick Links β‘ :
227
227
|[Matrix Script](https://www.hackerrank.com/challenges/matrix-script)| Hard |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/regex-and-parsing/matrix-script.py)|
|[XML 1 - Find the Score](https://www.hackerrank.com/challenges/xml-1-find-the-score)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/xml/xml-1-find-the-score.py)|
234
234
|[XML 2 - Find the Maximum Depth](https://www.hackerrank.com/challenges/xml2-find-the-maximum-depth)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/xml/xml-2-find-max-depth.py)|
235
235
236
236
237
-
### Closures and Decorators
237
+
### Closures and Decorators[π](#sub-domains--problems-solutions-in-the-python-domain)
238
238
| Problem | Difficulty | Solution Link |
239
239
|---------|------------|---------------|
240
240
|[Standardize Mobile Numbers Using Decorators](https://www.hackerrank.com/challenges/standardize-mobile-number-using-decorators)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/closures-and-decorators/standardize-mobile-numbers-using-decorator.py)|
241
241
|[Decorators 2 - Name Directory](https://www.hackerrank.com/challenges/decorators-2-name-directory)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/closures-and-decorators/decorator-2-name-directory.py)|
|[Word Score](https://www.hackerrank.com/challenges/words-score)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/debugging/word-score.py)|
0 commit comments