Skip to content

Conversation

saaalik
Copy link
Contributor

@saaalik saaalik commented Mar 17, 2021

Description

A python visualization of the A* path finding algorithm. Allows the user to input the starting node, ending node and barrier nodes to visualize the whole process of finding the path.

Fixes #539

Have you read the Contributing Guidelines on Pull Requests?

  • Yes

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have created a helpful and easy to understand README.md
  • My documentation follows Template for README.md
  • My changes generate no new warnings

Copy link
Contributor

@kaustubhgupta kaustubhgupta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @saaalik 💯 💯

@kaustubhgupta kaustubhgupta added the next review needed Approved by some mentors, more approvals needed label Mar 18, 2021
@santushtisharma10
Copy link
Contributor

@kaustubhgupta @antrikshmisri this script had already been approved and merged. Have a look at this pr #499.

@santushtisharma10 santushtisharma10 added duplicate This issue or pull request already exists and removed next review needed Approved by some mentors, more approvals needed labels Mar 18, 2021
@kaustubhgupta
Copy link
Contributor

@santushtisharma10 oh right, this one got duplicated. @saaalik sorry about this confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Path Finding script
3 participants