Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Fix typo in TSP description #645

Merged
merged 2 commits into from
Dec 14, 2024

Conversation

NotAProton
Copy link
Contributor

Summary

  • its -> his
  • Hamilton -> Hamiltonian

Details and comments

The objective in this case is to find the shortest path that would enable the salesman to visit all the cities and return to his hometown

A Hamiltonian cycle is a closed path that uses every vertex of a graph once.

- its -> his
- Hamilton -> Hamiltonian
@CLAassistant
Copy link

CLAassistant commented Nov 13, 2024

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Nov 14, 2024

Pull Request Test Coverage Report for Build 12327535972

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.865%

Totals Coverage Status
Change from base Build 12317651756: 0.0%
Covered Lines: 4451
Relevant Lines: 4793

💛 - Coveralls

Copy link
Collaborator

@t-imamichi t-imamichi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@t-imamichi t-imamichi added type: documentation Issues related to documentation stable backport potential The bug might be minimal and/or import enough to be port to stable automerge labels Dec 14, 2024
@mergify mergify bot merged commit 1c8f5b1 into qiskit-community:main Dec 14, 2024
18 checks passed
mergify bot pushed a commit that referenced this pull request Dec 14, 2024
- its -> his
- Hamilton -> Hamiltonian

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 1c8f5b1)
mergify bot added a commit that referenced this pull request Dec 14, 2024
- its -> his
- Hamilton -> Hamiltonian

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 1c8f5b1)

Co-authored-by: NotAProton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge stable backport potential The bug might be minimal and/or import enough to be port to stable type: documentation Issues related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants