diff --git a/MyTests.js b/MyTests.js index dbd72d2..697ce3f 100644 --- a/MyTests.js +++ b/MyTests.js @@ -12,6 +12,26 @@ function test(n,matrix,lines){ console.log("It tooks " + (t1 - t0) + " milliseconds.\n\n"); } + function createMatrix(n,m){ + var matrix = []; + for(var i=0; i