User profile: whitedragon

User info
User name:whitedragon
Name:Dave
Location:Singapore
Statistical data
Gender:Male
Occupation:Administrator
Skills:C
C++
History
Joined:
Number of posts:4
Latest posts:

Sorting coordinates
My algorithm is unable to successfully sort input in ascending order of the magnitude of hypotenuse ...

Recursion
Thank you, didn't realize I forgotten to re-initialize size after the first recursion is over.

Recursion
int main(void) { int temp, i, start, end, size =0, count =0, num[MAX_SIZE] = {0}; printf("E...

Recursion
Hey people, I have a problem with recursion that I can't seem to solve. The code I've written so far...