From 87024f1acbc7cbd0c87ab5774ddef55639d5328d Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Sat, 10 Oct 2020 16:57:23 +0300 Subject: Explained incomplete answers better in equations.cs --- C#/Equations.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C#/Equations.cs b/C#/Equations.cs index b7165af..db09e93 100644 --- a/C#/Equations.cs +++ b/C#/Equations.cs @@ -92,6 +92,7 @@ namespace Equasions { * Problems with this algorithm: * * I. Incomplete answers: - * 2 2 2 2 2 2 Answer is (any;any) only when 0 <= x <= 2 and y = 2 - x + * (all cases where all numbers are the same) + * 2 2 2 2 2 2 Gives (any;any) answer, but that is only correct if it solves the equasion */ -- cgit v1.2.3