[algogeeks] Please take 3 minutes to help change the world

2013-02-19 Thread Karthikeyan V.B
Hello , In the next 3 minute you will Help Solve the Water Crisis LET'S GO: https://waterforward.charitywater.org/4ZT6ToxZ - the charity: water team WaterForward, 387 Tehama Street, San Francisco, CA 94103, USA. Click here to unsubscribe:

[algogeeks] Re: DP equation for interval problem

2013-02-19 Thread marti
Need help Here is my code: http://shrib.com/fruit On Thursday, January 24, 2013 1:35:38 PM UTC+5:30, emmy wrote: please help me with the following problem: http://www.spoj.com/problems/JUICE/ bit mask will require very large memory. If I sort the intervals in decreasing order of their start

[algogeeks] Re: Pointers Usage

2013-02-19 Thread Dan
On Tuesday, January 1, 2013 12:05:31 PM UTC-8, shady wrote: Why do we use pointers at all considering space as a factor other than allocating memory dynamically does it have any other use ? to store an integer (int *) = 8 bytes, and while making it point to an integer location would