Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
320 stars 366 forks source link

Travelling salesman problem program #170

Closed papri24majumder closed 1 year ago

papri24majumder commented 1 year ago

The traveling salesman problem is a problem that asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?" I want to implement this problem in C and Java. Kindly assign me this issue under SWOC @Kumar-laxmi

Kumar-laxmi commented 1 year ago

Assigned! @papri24majumder : C

mvpamansingh commented 1 year ago

@Kumar-laxmi can you please assign this in c++/java

yashlondhe90960 commented 1 year ago

@Kumar-laxmi Please assign this for me in Java

papri24majumder commented 1 year ago

@Kumar-laxmi can I add my code file to the existing dynamic programming folder? or should I create another folder?

Kumar-laxmi commented 1 year ago

@Kumar-laxmi can I add my code file to the existing dynamic programming folder? or should I create another folder?

You should put your code in the existing Dynamic Programming folder

Amit0412 commented 1 year ago

Pls assign me Travelling salesman program issue in Python language. I have raised the issue.

Kumar-laxmi commented 1 year ago

Assigned! @mvpamansingh : C++ @yashlondhe90960 : Java @Amit0412 : Python

Amit0412 commented 1 year ago

Ok I will upload it in python.Thankyou

Kumar-laxmi commented 1 year ago

@Amit0412 @yashlondhe90960 Status??