/gsoc_exercise_1

GSOC First Exercise

Primary LanguagePHP

gsoc_exercise_1

GSOC First Exercise Implemented Using PHP

Exercise:

  1. write a program to determine how many different arrangements there are for the letters a, b, c, d, e, if letters can be repeated.

  2. Write a program that will show the output for each arrangement as defined above.

  3. Write a binary search routine that returns the first occurrence of the key.

  4. If the above is recursive, convert it to non-recursive, or vice-versa.

..........