Skip to content

Travelling Salesperson

Lecture date: Monday, December 09, 2019

Synopsis

This is a classic problem that is easy to solve using the bitmask technique and DP.

Reading

  • Competitve Programming 3, Section 3.5.2

Problem

Videos