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: README.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,29 @@ The Python Domain is further Divided into the following sub-domains.
209
209
|[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)|
210
210
211
211
212
+
### Numpy
213
+
| Problem | Difficulty | Solution Link |
214
+
|---------|------------|---------------|
215
+
|[Arrays]()| Easy ||
216
+
|[Shape and Reshape]()| Easy ||
217
+
|[Transpose and Flatten]()| Easy ||
218
+
|[Concatenate]()| Easy ||
219
+
|[Zeroes and Ones]()| Easy ||
220
+
|[Eye and Identity]()| Easy ||
221
+
|[Array Mathematics]()| Easy ||
222
+
|[Floor, Ciel and Rint]()| Easy ||
223
+
|[Sum and Prod]()| Easy ||
224
+
|[Min and Max]()| Easy ||
225
+
|[Mean, var and Std]()| Easy ||
226
+
|[Dot and Cross]()| Easy ||
227
+
|[Inner and Outer]()| Easy ||
228
+
|[Polynomials]()| Easy ||
229
+
|[Linear Algebra]()| Easy ||
230
+
231
+
232
+
212
233
### Debugging
213
234
| Problem | Difficulty | Solution Link |
214
235
|---------|------------|---------------|
215
236
|[Word Score](https://www.hackerrank.com/challenges/words-score)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/debugging/word-score.py)|
216
-
|[Default Arguments](https://www.hackerrank.com/challenges/default-arguments)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/debugging/default-arguments.py)|
237
+
|[Default Arguments](https://www.hackerrank.com/challenges/default-arguments)| Medium |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/debugging/default-arguments.py)|
0 commit comments