├── README.md ├── cities.json ├── comparison.ipynb ├── demo.py ├── nearest_neighbour.py ├── nearest_neighbour_tweaked.py └── two_opt.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/README.md -------------------------------------------------------------------------------- /cities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/cities.json -------------------------------------------------------------------------------- /comparison.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/comparison.ipynb -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/demo.py -------------------------------------------------------------------------------- /nearest_neighbour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/nearest_neighbour.py -------------------------------------------------------------------------------- /nearest_neighbour_tweaked.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/nearest_neighbour_tweaked.py -------------------------------------------------------------------------------- /two_opt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petkofff/p_vs_np_challenge/HEAD/two_opt.py --------------------------------------------------------------------------------