Skip to content
View chessleensingh's full-sized avatar

Block or report chessleensingh

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

    Forked from davecom/ClassicComputerScienceProblemsInPython

    Source Code for the Book Classic Computer Science Problems in Python

    Python 1

  2. Patient-Vitals-System Patient-Vitals-System Public

    Jupyter Notebook

  3. 8puzzle-problem 8puzzle-problem Public

    This code will actually help you to solve the eight puzzle using python3. The algorithm used to solve the problem is the A* algorithm. The heuristic used in the algorithm is the Manhattan distance …

    Jupyter Notebook

  4. 8queen-problem 8queen-problem Public

    This code takes the approach of back-tracking to solve the problem. Though there are 92 known solutions but this program finds only eight. Well, technically there are 12 known designs rest are know…

    Jupyter Notebook

  5. Travelling-salesman-problem Travelling-salesman-problem Public

    This program tries to find the shortest path to be traveled by the salesman. Although the solution returned is not near to the optimal but close to it. The heuristic being used is nearest neighbor …

    Jupyter Notebook

  6. Linear_Regression Linear_Regression Public

    this is a small program displaying linear regression in work.

    Jupyter Notebook