Zach, my professor is quite aware of this situation, and also the people who practice this c class. they dont show any signs of care and throw us to the deep water.
ive never asked for help in any...
Type: Posts; User: Yoav
Zach, my professor is quite aware of this situation, and also the people who practice this c class. they dont show any signs of care and throw us to the deep water.
ive never asked for help in any...
void Permute(int arr4[],int N,int i,int j){
int temp;
if(i==N){
print1(arr4,N+1,N+1);
return;
}
if(i!=j){
temp=arr4[i];
arr4[i]=arr4[j];
...
zach please don't teach me how to do my homework. i've tried for days and days. and have a close deadline. so im looking for all the help i can get.
hey there,
i'm new at c programming and got some very difficult homework.
No one around me succeded at solving this problem(pro coders and such), so i'll try my luck here.
The problem is a...