Skip to content

Commit 5e12052

Browse files
adds sub domain numpy
1 parent f00f17b commit 5e12052

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Diff for: README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,29 @@ The Python Domain is further Divided into the following sub-domains.
209209
| [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) |
210210

211211

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+
212233
### Debugging
213234
| Problem | Difficulty | Solution Link |
214235
|---------|------------|---------------|
215236
| [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

Comments
 (0)