Skip to content
#

pathfinding

Here are 3 public repositories matching this topic...

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.

  • Updated Oct 6, 2024
  • Jupyter Notebook

The Maze-Navigation-Problem repository contains a Jupyter Notebook detailing strategies for solving maze navigation problems using algorithms. This project demonstrates the application of search techniques in artificial intelligence to find paths through complex mazes, making it an educational tool for students and researchers interested in AI.

  • Updated Apr 23, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the pathfinding 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 pathfinding topic, visit your repo's landing page and select "manage topics."

Learn more