Skip to content
View ashritbista's full-sized avatar

Block or report ashritbista

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Triominos-C- Triominos-C- Public

    Given a n by n board where n is of form 2k where k >= 1 (Basically n is a power of 2 with minimum value as 2). The board has one missing cell (of size 1 x 1). Fill the board using L shaped tiles. A…

    C++

  2. Triominos-Java Triominos-Java Public

    Given a n by n board where n is of form 2k where k >= 1 (Basically n is a power of 2 with minimum value as 2). The board has one missing cell (of size 1 x 1). Fill the board using L shaped tiles. A…

    Java

  3. Circles-C- Circles-C- Public

    Given a file containing circle data, the program processes the file to see if the circles overlap. If they do, then the total overlapped area is calculated along with the total area.

    C++

  4. Circles-Java Circles-Java Public

    Given a file containing circle data, the program processes the file to see if the circles overlap. If they do, then the total overlapped area is calculated along with the total area.

    Java

  5. PaintBucket-C- PaintBucket-C- Public

    A paint bucket application that can load up a file, and fill sections of the same color (fill function).

    C++

  6. Percolation-C- Percolation-C- Public

    Percolation is the process of a liquid slowly passing through a filter. This program visualizes a system where given a grid, it opens individual cells one by one until there is a path from a bottom…

    C++