mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add frequency-deviation
This commit is contained in:
1
challenges/frequency-deviation/test/1/input.txt
Normal file
1
challenges/frequency-deviation/test/1/input.txt
Normal file
@ -0,0 +1 @@
|
||||
bbacccc
|
1
challenges/frequency-deviation/test/1/output.txt
Normal file
1
challenges/frequency-deviation/test/1/output.txt
Normal file
@ -0,0 +1 @@
|
||||
3
|
1
challenges/frequency-deviation/test/2/input.txt
Normal file
1
challenges/frequency-deviation/test/2/input.txt
Normal file
@ -0,0 +1 @@
|
||||
aabb
|
1
challenges/frequency-deviation/test/2/output.txt
Normal file
1
challenges/frequency-deviation/test/2/output.txt
Normal file
@ -0,0 +1 @@
|
||||
1
|
1
challenges/frequency-deviation/test/3/input.txt
Normal file
1
challenges/frequency-deviation/test/3/input.txt
Normal file
@ -0,0 +1 @@
|
||||
aaaaa
|
1
challenges/frequency-deviation/test/3/output.txt
Normal file
1
challenges/frequency-deviation/test/3/output.txt
Normal file
@ -0,0 +1 @@
|
||||
0
|
1
challenges/frequency-deviation/test/4/input.txt
Normal file
1
challenges/frequency-deviation/test/4/input.txt
Normal file
@ -0,0 +1 @@
|
||||
bbacccabab
|
1
challenges/frequency-deviation/test/4/output.txt
Normal file
1
challenges/frequency-deviation/test/4/output.txt
Normal file
@ -0,0 +1 @@
|
||||
2
|
1
challenges/frequency-deviation/test/5/input.txt
Normal file
1
challenges/frequency-deviation/test/5/input.txt
Normal file
@ -0,0 +1 @@
|
||||
aababbb
|
1
challenges/frequency-deviation/test/5/output.txt
Normal file
1
challenges/frequency-deviation/test/5/output.txt
Normal file
@ -0,0 +1 @@
|
||||
3
|
1
challenges/frequency-deviation/test/6/input.txt
Normal file
1
challenges/frequency-deviation/test/6/input.txt
Normal file
@ -0,0 +1 @@
|
||||
abcde
|
1
challenges/frequency-deviation/test/6/output.txt
Normal file
1
challenges/frequency-deviation/test/6/output.txt
Normal file
@ -0,0 +1 @@
|
||||
0
|
Reference in New Issue
Block a user