Popular repositories Loading
-
ClassicComputerScienceProblemsInPython
ClassicComputerScienceProblemsInPython PublicForked from davecom/ClassicComputerScienceProblemsInPython
Source Code for the Book Classic Computer Science Problems in Python
Python 1
-
-
8puzzle-problem
8puzzle-problem PublicThis 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
-
8queen-problem
8queen-problem PublicThis 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
-
Travelling-salesman-problem
Travelling-salesman-problem PublicThis 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
-
Linear_Regression
Linear_Regression Publicthis is a small program displaying linear regression in work.
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.
