Just another update

This commit is contained in:
Ingy döt Net 2015-02-20 00:35:01 -05:00
commit 00a190b0a6
6591 changed files with 94370 additions and 23234 deletions

View file

@ -9,4 +9,6 @@ hamming=function(hamms,limit) {
}
hamms
}
sort(hamming(1,limit=2^31)[-1])
h <- sort(hamming(1,limit=2^31-1))
print(h[1:20])
print(h[length(h)])