Tagged Questions

7
votes
1answer
131 views

Compressibility Example

From my algorithms textbook: The annual county horse race is bringing in three thoroughbreds who have never competed against one another. Excited, you study their past 200 races and summarize ...
3
votes
1answer
186 views

data compression - machine learning for exponential distribution

Are there any machine learning algorithms, prediction models that can help me compress exponentially distributed data? I have already encoded the file using golomb codes, which definitely saves tons ...
0
votes
1answer
63 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 ...