diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-10-24 15:22:59 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-10-24 15:22:59 +0300 |
| commit | 323eb2455241901c6a588c74663989d49803689f (patch) | |
| tree | e7003a06099c8986fc003eb7f58ac15fe048add0 /C#/Equations.cs | |
| parent | 23bb8feea150a2177b5381e9280bfc4a69112217 (diff) | |
| parent | 87024f1acbc7cbd0c87ab5774ddef55639d5328d (diff) | |
| download | algorithms-323eb2455241901c6a588c74663989d49803689f.tar algorithms-323eb2455241901c6a588c74663989d49803689f.tar.gz algorithms-323eb2455241901c6a588c74663989d49803689f.zip | |
Merge branch 'master' of github.com:Syndamia/algorithms
Diffstat (limited to 'C#/Equations.cs')
| -rw-r--r-- | C#/Equations.cs | 3 |
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 */ |
