We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5e6fb commit 4284d3bCopy full SHA for 4284d3b
1 file changed
Maths/Determinant.js
@@ -1,6 +1,8 @@
1
/**
2
* Given a square matrix, find its determinant.
3
*
4
+ * For more info: https://en.wikipedia.org/wiki/Determinant
5
+ *
6
* @param {number[[]]} matrix - Two dimensional array of integers.
7
* @returns {number} - An integer equal to the determinant.
8
0 commit comments