8000 solves dot and cross · jongfranco/hackerrank-python@d1cc70c · GitHub
[go: up one dir, main page]

Skip to content

Commit d1cc70c

Browse files
solves dot and cross
1 parent f664264 commit d1cc70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The Python Domain is further Divided into the following sub-domains.
223223
| [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) |
224224
| [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) |
225225
| [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) |
227227
| [Inner and Outer](https://www.hackerrank.com/challenges/np-inner-and-outer) | Easy | |
228228
| [Polynomials](https://www.hackerrank.com/challenges/np-polynomials) | Easy | |
229229
| [Linear Algebra](https://www.hackerrank.com/challenges/np-linear-algebra) | Easy | |

0 commit comments

Comments
 (0)
0