prathimacode-hub / PyAlgo-Tree

👍This project aims to be a finest hub of various data structures and algorithms using python. Feel free to contribute and show your support by ✨ this repository.
https://prathimacode-hub.github.io/PyAlgo-Tree/
MIT License
31 stars 43 forks source link

Hamiltonian Cycle #43

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

Title: Hamiltonian Cycle About: The aim is to look for a Hamiltonian cycle in the graph provided by user using backtracking. Name: Manasi Chhibber Label: Feature Request Assignee: 'Manasi2001'


Define You:

Is your feature request related to a problem? Please describe.

The motive is to determine the existence of a Hamiltonian Cycle in the provided undirected graph and return the path if such path exist.

Describe the solution you'd like...

Use backtracking to solve the issue.

prathimacode-hub commented 3 years ago

Assigned. @Manasi2001