Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 619 forks source link

Hamiltonian Cycle #1761

Open vanshikachokhani opened 3 years ago

vanshikachokhani commented 3 years ago

Is your feature request related to a problem? Please describe. We are given a set of cities and distances between pair of cities. We need to find whether there exists a path such that every city is visited only once and returns to the starting point.

Describe the solution you'd like I will use backtarcking approach to check if such a path exists.

Do you want to work on it I am Gssoc participant and will the solution in C++.

Please assign me this issue.

Srishti013 commented 3 years ago

Hi, I am a GSSOC'21 participant, I would like to solve this issue in python. Please assign it to me.

U-c0de commented 3 years ago

I am a GSSOC'21 participant, I would like to solve this issue in JAVA. Please assign it to me.

@OjusWiZard