Adding time of complexity in commented lines

pull/1273/head
guille 2023-10-15 21:17:48 +02:00
parent af06d0fca5
commit 785929c672
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
/* /*
Time of complexity: O(n^2)
*/ */
namespace Algorithms.Maths namespace Algorithms.Maths
{ {
public class Matrix public class Matrix