mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-10-29 22:17:23 +01:00
fix(challenges): add 7th, 8th and 9th tests cases for frequency-deviation
This commit is contained in:
parent
d7c5790aba
commit
d8ed31d3e8
1
challenges/frequency-deviation/test/7/input.txt
Normal file
1
challenges/frequency-deviation/test/7/input.txt
Normal file
@ -0,0 +1 @@
|
||||
aabbbbaa
|
1
challenges/frequency-deviation/test/7/output.txt
Normal file
1
challenges/frequency-deviation/test/7/output.txt
Normal file
@ -0,0 +1 @@
|
||||
3
|
1
challenges/frequency-deviation/test/8/input.txt
Normal file
1
challenges/frequency-deviation/test/8/input.txt
Normal file
@ -0,0 +1 @@
|
||||
aaabbbbbabcbbbaaaa
|
1
challenges/frequency-deviation/test/8/output.txt
Normal file
1
challenges/frequency-deviation/test/8/output.txt
Normal file
@ -0,0 +1 @@
|
||||
8
|
1
challenges/frequency-deviation/test/9/input.txt
Normal file
1
challenges/frequency-deviation/test/9/input.txt
Normal file
@ -0,0 +1 @@
|
||||
abbaaab
|
1
challenges/frequency-deviation/test/9/output.txt
Normal file
1
challenges/frequency-deviation/test/9/output.txt
Normal file
@ -0,0 +1 @@
|
||||
2
|
Loading…
Reference in New Issue
Block a user