Travelling Salesman Problem (Bitmasking and Dynamic Programming)

In this article we will start our discussion by understanding the problem statement of The Travelling Salesman Problem perfectly and then go through the basic understanding of bit masking and dynamic programming.


What is the problem statement ?

Travelling Salesman Problem is based on a real life scenario, where a salesman from a company has to start from his own city and visit all the assigned cities exactly once and return to his home till the end of the day. The exact problem statement goes li...

 •  0 comments  •  flag
Share on Twitter
Published on September 05, 2020 03:54
No comments have been added yet.