mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add find-closest-number
This commit is contained in:
8
challenges/find-closest-number/test/1/input.txt
Normal file
8
challenges/find-closest-number/test/1/input.txt
Normal file
@ -0,0 +1,8 @@
|
||||
3
|
||||
6
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
1
challenges/find-closest-number/test/1/output.txt
Normal file
1
challenges/find-closest-number/test/1/output.txt
Normal file
@ -0,0 +1 @@
|
||||
3
|
16
challenges/find-closest-number/test/2/input.txt
Normal file
16
challenges/find-closest-number/test/2/input.txt
Normal file
@ -0,0 +1,16 @@
|
||||
0
|
||||
14
|
||||
7
|
||||
-10
|
||||
13
|
||||
8
|
||||
4
|
||||
-7
|
||||
-12
|
||||
-3
|
||||
3
|
||||
-9
|
||||
6
|
||||
-1
|
||||
-6
|
||||
7
|
1
challenges/find-closest-number/test/2/output.txt
Normal file
1
challenges/find-closest-number/test/2/output.txt
Normal file
@ -0,0 +1 @@
|
||||
-1
|
12
challenges/find-closest-number/test/3/input.txt
Normal file
12
challenges/find-closest-number/test/3/input.txt
Normal file
@ -0,0 +1,12 @@
|
||||
80
|
||||
10
|
||||
2
|
||||
42
|
||||
82
|
||||
122
|
||||
162
|
||||
202
|
||||
242
|
||||
282
|
||||
322
|
||||
362
|
1
challenges/find-closest-number/test/3/output.txt
Normal file
1
challenges/find-closest-number/test/3/output.txt
Normal file
@ -0,0 +1 @@
|
||||
82
|
10
challenges/find-closest-number/test/4/input.txt
Normal file
10
challenges/find-closest-number/test/4/input.txt
Normal file
@ -0,0 +1,10 @@
|
||||
11
|
||||
8
|
||||
1
|
||||
2
|
||||
4
|
||||
5
|
||||
6
|
||||
6
|
||||
8
|
||||
9
|
1
challenges/find-closest-number/test/4/output.txt
Normal file
1
challenges/find-closest-number/test/4/output.txt
Normal file
@ -0,0 +1 @@
|
||||
9
|
8
challenges/find-closest-number/test/5/input.txt
Normal file
8
challenges/find-closest-number/test/5/input.txt
Normal file
@ -0,0 +1,8 @@
|
||||
4
|
||||
6
|
||||
2
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
1
challenges/find-closest-number/test/5/output.txt
Normal file
1
challenges/find-closest-number/test/5/output.txt
Normal file
@ -0,0 +1 @@
|
||||
5
|
Reference in New Issue
Block a user