B
b83503104
I have a big text file with millions of lines, and given any number k
as input, I want to output line k. What is the most efficient way to
do this, other than checking end-of-line k times?
Thanks
as input, I want to output line k. What is the most efficient way to
do this, other than checking end-of-line k times?
Thanks