aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamen Mladenov <kamen.d.mladenov@protonmail.com>2020-10-10 16:57:23 +0300
committerGitHub <noreply@github.com>2020-10-10 16:57:23 +0300
commit87024f1acbc7cbd0c87ab5774ddef55639d5328d (patch)
treea667f9abbdf14c89f99d034b63c9ff79f7f106fc
parentc6c8585834d1c43e536ca460b1c32e25b63a4ec4 (diff)
downloadalgorithms-87024f1acbc7cbd0c87ab5774ddef55639d5328d.tar
algorithms-87024f1acbc7cbd0c87ab5774ddef55639d5328d.tar.gz
algorithms-87024f1acbc7cbd0c87ab5774ddef55639d5328d.zip
Explained incomplete answers better in equations.cs
-rw-r--r--C#/Equations.cs3
1 files changed, 2 insertions, 1 deletions
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
*/