Search:

Type: Posts; User: vasil_9x

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,561

    Thak you. Now it's working.

    Thak you. Now it's working.
  2. Replies
    5
    Views
    1,561

    Try to input 3 3 1 3 1 2 3 1 I think that...

    Try to input
    3 3
    1 3
    1 2
    3 1
    I think that the result is incorrect.
  3. Replies
    5
    Views
    1,561

    BFS function problem

    The program returns me 1. I think that there is a mistake in one of the cycles. But I cant find where.

    #include<iostream>
    #include<vector>
    #include<queue.h>

    #define NMAX 1024

    using...
Results 1 to 3 of 3