Re: [algogeeks] compression

2010-11-17 Thread jaladhi dave
Aren't all files sequence of 1s and 0s while getting stored on disk ? On Thu, Nov 4, 2010 at 4:36 PM, neeraj agarwal wrote: > i have a file contain only 0's and 1's, > how can i compress it efficiently. > say for e.g > (000101010110110101001011101011101010101010.

[algogeeks] compression

2010-11-04 Thread neeraj agarwal
i have a file contain only 0's and 1's, how can i compress it efficiently. say for e.g (000101010110110101001011101011101010101010. . )obviously order of 1

[algogeeks] compression of graph nodes

2006-03-02 Thread Amol
Hi folks, Let me rephrase my graph optimization problem. The situation is as follows .. If I am given a graph, I am supposed to walk the graph and eliminate the internal nodes and create paths from input to different outputs. For e.g. 2 3