List sorter not working all of the timeCould you help me with a fix for this?
List sorter not working all of the time[code]#include <iostream> using namespace std; struct Nod{ float a; Nod *adr; }; Nod *v, ...
Need code for a subset problem Hey guys! I need a program that can extract a number that determines how many elements the set has ...
I need an algorithm/codeThanks a lot! And sorry if I annoyed you :D
I need an algorithm/codeOh, ok. Think of the y axis in the xOy axis system. 1 is the smallest number on the axis and 9 is th...
This user does not accept Private Messages