Adding time of complexity in commented lines
parent
af06d0fca5
commit
785929c672
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
Time of complexity: O(n^2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace Algorithms.Maths
|
namespace Algorithms.Maths
|
||||||
{
|
{
|
||||||
public class Matrix
|
public class Matrix
|
||||||
|
|
Loading…
Reference in New Issue