Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Challenge 7 (N = 4,194,304) #4

Open
hayatoito opened this issue Jun 28, 2017 · 0 comments
Open

Challenge 7 (N = 4,194,304) #4

hayatoito opened this issue Jun 28, 2017 · 0 comments

Comments

@hayatoito
Copy link
Owner

N = 2048 ではものたりないという方のために Bonus 問題を用意しました。
入力の input_7.csv はこちらでは用意しないので、みなさんの手元の input_generator.py の

CHALLENGE_SIZES = (5, 8, 16, 64, 128, 512, 2048)

の行を

CHALLENGE_SIZES = (5, 8, 16, 64, 128, 512, 2048, 1 << 22)

に変更してから、input_generator.py を実行してください。
input_7.csv が手元に生成されます。ファイルのサイズは 153 MByte です。N は 2の22乗 (4,194,304) です。

例:

% python3 input_generator.py                                                                                                         
% md5sum input_7.csv
2fc1250ca4ae525eb77e894963b9903d  input_7.csv
% ls -l input_7.csv 
-rw------- 1 hayato eng 153418012 Jun 28 12:30 input_7.csv
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant