arrays

  1. clerkman1612

    program for finding maximum n minimum in javascript arrays?

    I want to know about a program which find itself the maximum and minimum numbers in data of arrays(JavaScript)?:unsure: I m using adobe dreamweaver. I m very confused. Plz tell me. take example var a = new Array a[0]=1 a[1]=2 a[2]=3 a[3]=4 a[4]=5 now here we have to find what is...
  2. M

    Any one help me to solve it.

    1 2 3 4 5 16 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9 Can any one give me such a program to generate this output??? I wanna this wihthout using of arrays. Very truely, a typical task for me.:twisted...
  3. M

    Method faster than quick sort in C

    Is there any alternate methode exist which is faster than quick sort to sort the arrays in C language. Please tell the source if you have.
  4. L

    book on C?

    hi, i am not sure where to ask this..incase this is the wrong section, mods pls move it to the required section and i ll make a note of wat section to post these sort in future... I need a real good book on "C programming" or "C++ programming". Especically on topics, Functions, Arrays...
Top Bottom