Skip to content

AustL/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Algorithms

Visual demonstrations of common algorithms using Python

Prerequisites

Usage

A* Pathfinding

Navigate to the A Star directory and run the command

python astar.py

  1. Left click and drag to draw obstacles (black)

  2. Right click once to select the start node

  3. Right click a second time to select the end node

  4. Press backspace to undo a selection

  5. Press enter when ready to begin the algorithm

Start End

About

Visual demonstration of common algorithms with Python 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages