Skip to content
View Rishikessh's full-sized avatar

Block or report Rishikessh

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Chess Chess Public

    A Simple two - player chess game (offline) in JAVA

    Java

  2. Karnaugh Map Solver Karnaugh Map Solver
    1
    package kmap.rishi;
    2
    
                  
    3
    import java.awt.Color;
    4
    import javax.swing.*;
    5
    import javax.swing.border.AbstractBorder;
  3. Gaussian Elimination method for solv... Gaussian Elimination method for solving a system of equations in java.
    1
    import java.util.Scanner;
    2
    
                  
    3
    public class Gaussian {
    4
        public static void main(String[] args) {
    5