Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

added solution of TSP with Dynamic Programming#177

Open
susanka068 wants to merge 1 commit intoNJACKWinterOfCode:masterfrom
susanka068:dp
Open

added solution of TSP with Dynamic Programming#177
susanka068 wants to merge 1 commit intoNJACKWinterOfCode:masterfrom
susanka068:dp

Conversation

@susanka068
Copy link

Travelling Salesman is one of the problems that can be solved with Dynamic Programming although it's not very efficient ( n <= 16 ) but it is better than complete search algorithm aka brute force ( n < 12 ) . This is my first time in open source as well as my first Pull Request in in a remote repository . 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant