looseratlife
Member
Hey guys,
Well, I'm having loads of free time to kill, so I'm solving algo problems. Right now am making some sorting algo. For that I need to make array functions.
That is, some function which can take array as input and then give array as output. How to go about doing this in c++ ?
If it helps, Iam working on las vegas algo, making quick sort. Why ? Cause I find the name to be very fancy !!
Regards,
Aditya.
Well, I'm having loads of free time to kill, so I'm solving algo problems. Right now am making some sorting algo. For that I need to make array functions.
That is, some function which can take array as input and then give array as output. How to go about doing this in c++ ?
If it helps, Iam working on las vegas algo, making quick sort. Why ? Cause I find the name to be very fancy !!
Regards,
Aditya.
Last edited: