sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
953 stars 293 forks source link

Implement Traveling Salesman Problem (TSP) #133

Open jhoserpacheco opened 3 years ago

jhoserpacheco commented 3 years ago

🚀 Feature

it is a problem of finding optimal route between nodes in the graph. The total travel distance can be one of the optimization criterion. I can in Java or c++

Have you read the Contribution Guidelines?

Yes

Pitch

optimization in graph

Assignees

@SuyashMore - Go @jhoserpacheco - Java @Manavi18 - C @ashitajain14 - Python @jovianjaison - C++

Manavi18 commented 3 years ago

Hello! I can solve this issue in python or C.

ashitajain14 commented 3 years ago

Hey, can you assign this issue to me in python?

jovianjaison commented 3 years ago

Hi can I do this in C++?

sukritishah15 commented 3 years ago

@jhoserpacheco - Java @Manavi18 - C @ashitajain14 - Python @jovianjaison - C++

Assigned

SuyashMore commented 3 years ago

I would like to contribute it in Go.

manan025 commented 3 years ago

@SuyashMore - Go Assigned