Popular repositories Loading
-
Triominos-C-
Triominos-C- PublicGiven 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++
-
Triominos-Java
Triominos-Java PublicGiven 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
-
Circles-C-
Circles-C- PublicGiven 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++
-
Circles-Java
Circles-Java PublicGiven 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
-
PaintBucket-C-
PaintBucket-C- PublicA paint bucket application that can load up a file, and fill sections of the same color (fill function).
C++
-
Percolation-C-
Percolation-C- PublicPercolation 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++
If the problem persists, check the GitHub status page or contact support.