Skip to content
#

k-opt

Here are 6 public repositories matching this topic...

Algorithmia: Backtracking, Prefix Sums problems, Multiple Knapsack problem (Dinamyc programing). Adapted BFS, Kruskal, Dijkstra implementations. Heuristics, Greedy algorithms, k-opt search.

  • Updated Dec 13, 2019
  • C++

This repository offers solutions to the Traveling Salesman Problem through two algorithms: Dynamic Programming for precise results and the K-opt Heuristic for fast, near-optimal routes. Whether you prioritize accuracy or speed, our codebase simplifies TSP optimization for various applications.

  • Updated Aug 18, 2023
  • Python

Improve this page

Add a description, image, and links to the k-opt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-opt topic, visit your repo's landing page and select "manage topics."

Learn more