This repository explores two optimization algorithms: the Traveling Salesman Problem (TSP) and Nearest Neighbor Search (NNS). It features Jupyter notebooks implementing brute-force solutions to both problems, utilizing Euclidean distance calculations and path visualizations. Ideal for learning about algorithm efficiency and optimization techniques.
pathfinding nearest-neighbor-search optimization-algorithms computational-complexity traveling-salesman-problem routing-problem
- Updated
Oct 6, 2024 - Jupyter Notebook