Tagged Questions
4
votes
3answers
253 views
Theory: Compression algorithm that makes some files smaller but none bigger?
I came across this question;
"A lossless compression algorithm claims to guarantee to make some files smaller and no files larger.
Is this;
a) Impossible
b) Possible but may run for an ...
-1
votes
1answer
59 views
Are there any known limits on what a single line of code can do? [closed]
I've had various discussions on whether it's possible to write a one line algorithm to solve a number of simple problems (e.g. check if a number is prime/power of 2/..), but was wondering if there is ...