Click here to Skip to main content
15,898,968 members

Comments by Mustafa_ub2016 (Top 7 by date)

Mustafa_ub2016 21-Sep-16 14:57pm View    
I am taking classes on algorithms online, i tried to solve by following some forums.
Mustafa_ub2016 21-Sep-16 14:54pm View    
as it is a finite solution i think it can be solved in closed form
Mustafa_ub2016 21-Sep-16 14:52pm View    
I think i had not expressed my question in proper manner.
Mustafa_ub2016 29-Feb-16 23:36pm View    
Thank you for your reply and time..Appreciate.
Mustafa_ub2016 15-Feb-16 21:01pm View    
i started using a five pointer int***** ip5array the base of our array ten i had allocated an array of four pointer int****[3]; and set the five pointer to the point to the beginning of this array.

the next loop allocates a pointer for each of the triple pointer:
i.e; ip5array[i]=new int***[2];
it is followed by array ip5array[i][j]=new int**[2];
then ip5array[i][j][k]=new int*[2];
and finally ip5array[][][][]