Skip to content

Commit dc1dffe

Browse files
committed
Edit pigeons and randsum folders name
1 parent f7caf37 commit dc1dffe

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

File renamed without changes.
File renamed without changes.
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Random N-numbers sum which is equal to 0
2-
3-
Write a function that as an argument gets the integer N `(1 < N < 100)`.
4-
5-
This function is to return an `array` that contains unique `N` random numbers in the range `-100` to `100`, and besides that the sum of these numbers must always go to `0`.
6-
7-
For example, for `N = 4` array `[-1, -2, 0, 3]`
8-
9-
---
10-
11-
**Enjoy**
1+
# Random N-numbers sum which is equal to 0
2+
3+
Write a function that as an argument gets the integer N `(1 < N < 100)`.
4+
5+
This function is to return an `array` that contains unique `N` random numbers in the range `-100` to `100`, and besides that the sum of these numbers must always go to `0`.
6+
7+
For example, for `N = 4` array `[-1, -2, 0, 3]`
8+
9+
---
10+
11+
**Enjoy**
File renamed without changes.

0 commit comments

Comments
 (0)