Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 401 Bytes

Data Structures: Travelling Salesman Problem (C)

Solving the travelling salesman problem for upto 10 cities using an undirected complete graph represented as an adjacency matrix. Problem is solved using brute force and the nearest neighbour algorithm.

Done by

  • Yash Mathur - 01FB15ECS357
  • Vivek Kapoor - 01FB15ECS356
  • Vishal Krishna - 01FB15ECS354
  • Varun Vora - 01FB15ECS342