From 12abe0d15680a48b30342d1bb70ab215a9294acc Mon Sep 17 00:00:00 2001 From: Szymon Wojciechowski Date: Thu, 28 Jun 2018 09:01:54 +0000 Subject: [PATCH] =?UTF-8?q?Delete=20'01-Pier=C5=9Bcie=C5=84-Zn.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01-Pierścień-Zn.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 01-Pierścień-Zn.md diff --git a/01-Pierścień-Zn.md b/01-Pierścień-Zn.md deleted file mode 100644 index 93c5417..0000000 --- a/01-Pierścień-Zn.md +++ /dev/null @@ -1,21 +0,0 @@ -## Zadanie - -Napisać algorytm, który dla danego `n ∈ ℕ` znajdzie wszystkie: - - 1. elementy odwracalne - 2. dzielniki zera - 3. elementy nilpotentne - 4. elementy idempotentne - -w pierścieniu `{ℤ/nℤ, +, ⋅}`. - -Termin: 31.05 - -### Przykłady: - -> Input: `4` -> Output: `[[1,3], [0,2], [0,2], [0,1]]` - -> Input: `6` -> Output: `[[1,5], [0,2,3,4], [0], [0,1,3,4]]` -