Delete '01-Pierścień-Zn.md'

This commit is contained in:
Szymon Wojciechowski 2018-06-28 09:01:54 +00:00
parent e3e55f9e0d
commit 12abe0d156
1 changed files with 0 additions and 21 deletions

View File

@ -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]]`