/Hamiltonian_cycle_search

WinForms application for searching a Hamiltonian cycle on a graph.

Primary LanguageC++MIT LicenseMIT

Hamiltonian cycle search

Introduction

An application on WinForms that enables you to construct a graph using a graphical interface and discover its Hamiltonian cycle.

Searching Of Hamiltonian Cycle

Main functions of an application:

  • Construction of graphs and adjacency matrices
  • Hamiltonian cycle detection
  • Theme and language modification
  • Capability to save and load graphs
  • User registration and authentication functionality

License

This project is licensed with the MIT license.