Graphs and NetworksAnts

The Travelling Salesman problem is Computational complexity theory is about determining how “difficult” problems are to be solved by a computer. NP hard (non-deterministic polynomial-time hard) is the class of the most difficult problems.
Finding a fast and exact algorithm would have serious implications in the field of computer science: it would mean that there are fast algorithms for all NP-hard problems. It would also render most of Internet security useless, which relies on the fact that certain problems are believed to be very difficult for computers.
Finding a fast algorithm to solve the Travelling Salesman problem would also solve one of the most famous open problems in mathematics and computer science, the P vs NP problem. It is one of the seven The seven Millennium prize problems are some of the most difficult open problems in Mathematics. They were listed in 2000 by the Clay Mathematics Institute, and each hold a $1m reward: So far, just one of the problems, the Poincaré conjecture, has been solved. However the mathematician who solved it, Grigori Perelman, declined the award.