Search:

Type: Posts; User: arunk

Search: Search took 0.60 seconds.

  1. Replies
    9
    Views
    1,613

    Re: Counting sector from a grid

    input.txt is the input file from where you have to take as input ,this input.txt file having 200 cases from where you have to take each case one by one.So here i am getting problem in taking multiple...
  2. Replies
    9
    Views
    1,613

    Re: Counting sector from a grid

    Input file data.txt.
    Output
    -----------
    0101010011
    1110000000
    1110000111
    1100001010
    0100001000
    0010101001
    1000101001
  3. Replies
    9
    Views
    1,613

    Re: Counting sector from a grid

    <package com.grid;

    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.ArrayList;
    import java.util.Scanner;

    public class CountMaxSector {
    /**
    * author arun
  4. Replies
    9
    Views
    1,613

    Re: Counting sector from a grid

    In this program i am able to read only one case so please help me out to read 200 cases as soon as posible.
  5. Replies
    9
    Views
    1,613

    Counting sector from a grid

    Problem Statement - Counting Cells in a Sector

    Consider a two-dimensional grid of cells, each of which may be empty or filled. The filled cells that are connected form a sector. Two cells are...
Results 1 to 5 of 6