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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ The Python Domain is further Divided into the following sub-domains.
223
223
|[Sum and Prod](https://www.hackerrank.com/challenges/np-sum-and-prod)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/numpy-python/sum-and-prod.py)|
224
224
|[Min and Max](https://www.hackerrank.com/challenges/np-min-and-max)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/numpy-python/min-max.py)|
225
225
|[Mean, var and Std](https://www.hackerrank.com/challenges/np-mean-var-and-std)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/numpy-python/mean-var-std.py)|
226
-
|[Dot and Cross](https://www.hackerrank.com/challenges/np-dot-and-cross)| Easy ||
226
+
|[Dot and Cross](https://www.hackerrank.com/challenges/np-dot-and-cross)| Easy |[Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/numpy-python/dot-cross.py)|
227
227
|[Inner and Outer](https://www.hackerrank.com/challenges/np-inner-and-outer)| Easy ||
0 commit comments