Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
13
Task/Rep-string/Forth/rep-string-2.fth
Normal file
13
Task/Rep-string/Forth/rep-string-2.fth
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
cr tests
|
||||
1001110011 has 10011 as repeating substring
|
||||
1110111011 has 1110 as repeating substring
|
||||
0010010010 has 001 as repeating substring
|
||||
1010101010 has 1010 as repeating substring
|
||||
1111111111 has 11111 as repeating substring
|
||||
0100101101 has no repeating substring
|
||||
0100100 has 010 as repeating substring
|
||||
101 has no repeating substring
|
||||
11 has 1 as repeating substring
|
||||
00 has 0 as repeating substring
|
||||
1 has no repeating substring
|
||||
ok
|
||||
Loading…
Add table
Add a link
Reference in a new issue