Skip to content
View manish92596's full-sized avatar
Block or Report

Block or report manish92596

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

Pinned

  1. 4-way-merge-sort 4-way-merge-sort Public

    This code is written in C language. This code recursively splitting the array into 4 parts. Time complexity of this code is : n log4 n

    C

  2. Alpha-Beta-Pruning-Minmax-Checkers Alpha-Beta-Pruning-Minmax-Checkers Public

    The code provided is an implementation of a checkers game using the Pygame library. It includes classes for the game board, pieces, and the game itself. The main part of the code handles the game l…

    Python

  3. Bank-Management-System Bank-Management-System Public

    Java

  4. N-Queen-problem N-Queen-problem Public

    This code is written in C language. It count and show all possible solutions of a queen placed in a chess board. This code consider all attacking positions i.e. rows, columns and diagonals.

    C

  5. N-Queen-problem-with-only-two-attacking-positions N-Queen-problem-with-only-two-attacking-positions Public

    This code is written in C language. It count and show all possible solutions of a queen placed in a chess board. This code consider only 2 attacking positions i.e. rows, columns.

    C

  6. Supermarket-Management-System Supermarket-Management-System Public

    C++ 1 1