Search:

Type: Posts; User: mia_tech

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: how to find all occurrences of a number in an array recursivelly

    thought about it for a bit, and came up with answer, may not be the most efficient. If someone got a better implementation.. post


    static int count = 0, i = 0;
    public static int...
  2. [SOLVED] Re: how to find all occurrences of a number in an array recursivelly

    just count them...
  3. [SOLVED] how to find all occurrences of a number in an array recursivelly

    guys, given the fact I have an array how can I find all occurrences of the number recursively. I have figure out how to do a linear search recursively, but that would exit once it finds the number......
Results 1 to 3 of 3