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

Block or report Nandakishore-Menon

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. Sliding_puzzle Sliding_puzzle Public

    This is a python implementation of a 3X3 sliding puzzle. The program gives the options to either solve yourself, or to solve on its own. The latter option solves the puzzle in minimum number of moves.

    Python 1

  2. Student_Database_Management Student_Database_Management Public

    Takes student information as input and stores it in a database. Allows CRUD operations.

    JavaScript 1 5

  3. Socket_quiz_python Socket_quiz_python Public

    A multiplayer quiz app implemented in python.

    Python

  4. Hospital-Management-System Hospital-Management-System Public

    This is a hospital management system written in C language. Functionalities include addition of new patients, search based on various fields, editing information of a patient and deletion of patien…

    C 3 2

  5. Data_Structures_and_Algorithms Data_Structures_and_Algorithms Public

    Contains codes for various data structures and algorithms from my DSA course

    C 1 1

  6. Transport-System-Model Transport-System-Model Public

    A java program simulating movement of trucks through hubs and highways with finite capacity to reach from source to destination. Implements OOPs principles

    Java