Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
allmasks=: 2 #:@i.@^ #
|
||||
firstend=:1 0 i.&1@E."1 ]
|
||||
laststart=: 0 1 {:@I.@E."1 ]
|
||||
noncont=: <@#~ (#~ firstend < laststart)@allmasks
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
noncont 1+i.4
|
||||
┌───┬───┬───┬─────┬─────┐
|
||||
│2 4│1 4│1 3│1 3 4│1 2 4│
|
||||
└───┴───┴───┴─────┴─────┘
|
||||
noncont 'aeiou'
|
||||
┌──┬──┬──┬───┬───┬──┬──┬───┬──┬───┬───┬────┬───┬───┬────┬────┐
|
||||
│iu│eu│eo│eou│eiu│au│ao│aou│ai│aiu│aio│aiou│aeu│aeo│aeou│aeiu│
|
||||
└──┴──┴──┴───┴───┴──┴──┴───┴──┴───┴───┴────┴───┴───┴────┴────┘
|
||||
#noncont i.10
|
||||
968
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
contmasks=: a: ;@, 1 <:/~@i.&.>@i.@+ #
|
||||
noncont=: <@#~ (allmasks -. contmasks)
|
||||
Loading…
Add table
Add a link
Reference in a new issue