Search:

Type: Posts; User: tahir123

Search: Search took 0.00 seconds.

  1. @anduril462...

    @anduril462...thanks andrea for pointing me the website.
    But this is the only logic I am try to compile this program with some parameters.
    Therefore I am asking that questions.
  2. @Andreas.........no still i got the error...

    @Andreas.........no still i got the error therefore i change the arguments.
  3. is it correct way ? printf(" %d islands area is...

    is it correct way ?
    printf(" %d islands area is %d\n", count_connected_set(A, i, j, m, n,area,count),count_connected_set(A, i, j, m, n,area,count));

    printf("Number of...
  4. Thanks but still `int count_connected_set(int...

    Thanks
    but still `int count_connected_set(int (*)[5], int, int, int, int, int, int)'

    But I want to call only area,how is it possible program give me area value ?



    At
  5. @salem bhai.....No i am try to solve the problem...

    @salem bhai.....No i am try to solve the problem and posting to other forum only for getting more ideas for optimize the code.
    Therefore I change the code due to errors.
    OK,next time I will post...
  6. Dear, Thanks for ur reply, Now there is few...

    Dear,
    Thanks for ur reply,
    Now there is few errors in my code,why they give me TOO FEW ARGYMENTS error?
    FOr example:
    int count_connected_set(int (*)[5], int, int, int, int, int, int)':
    invalid...
  7. Find The Number Of Islands In A Given Matrix And Area Of Every Island

    Connected component (graph theory) - Wikipedia, the free encyclopedia

    what about the code?
  8. Find the number of islands in a given matrix and area of every island

    Dear,

    I am counting the number of islands in a given matrix and try to find the area of every island.
    http://en.wikipedia.org/wiki/Connect…raph_theory%29
    Now finally remove the errors and my...
  9. comparing of charaters in a given string from input string

    I am stuck in this program please remove the error and send back to me.


    Be given a string of chars, where each single char belongs to the following alphabet: a..zA..Z0..9 (So, in the string...
  10. Replies
    5
    Views
    1,004

    need some C programs immediately

    Be given a string of chars, where each single char belongs to the following alphabet: a..zA..Z0..9 (So, in the string there are only lowercases, uppercases and digits. No blank, no comma, ...).
    For...
Results 1 to 10 of 12