#35 — Traveling Salesperson
 
 
 
 
 
In Part 1 of this multi-part coding challenge, I introduce the classic computer science problem of the Traveling Salesperson (TSP) and discuss the pitfalls with a brute force solution. In Part 2, I discuss Lexicographic Ordering and demonstrate one algorithm to iterate over all ...
- Origin an more details about the TSP problem. 
- An algorithm for lexicographic ordering explained by Michal Forišek. 
- Documentation on JavaScript Arrays. 
- Documentation on the includes() method of JavaScript Arrays. 
- Documentation on the reverse() method of JavaScript Arrays. 
- Documentation on ES6 Set objects in JavaScript. 
- Syllabus for Part 2 of The Nature of Code: "Intelligence and Learning" at ITP Spring 2017. 
- The Nature of Code book. 
- How to pick an item randomly from an array with a non-uniform distribution. 
- A Coding Train YouTube playlist about Genetic Algorithms. 
- Livestream with Traveling Salesperson. 
- Livestream with Traveling Sales Person with Genetic Algorithm 
- Editingby Mathieu Blanchette 
- Animationsby Jason Heglund