Skip to content

Commit 4284d3b

Browse files
authored
chore: add wikipedia info link
1 parent 7c5e6fb commit 4284d3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Maths/Determinant.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Given a square matrix, find its determinant.
33
*
4+
* For more info: https://en.wikipedia.org/wiki/Determinant
5+
*
46
* @param {number[[]]} matrix - Two dimensional array of integers.
57
* @returns {number} - An integer equal to the determinant.
68
*

0 commit comments

Comments
 (0)