A Path Finding Visualization Using A Star Algorithm and Dijkstra's Algorithm
A Path Finding Visualization Using A Star Algorithm and Dijkstra's Algorithm
Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD38035 | Volume – 5 | Issue – 1 | November-December 2020 Page 588
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
Tk GUI toolkit shipped with Python. Tkinter is the standard 5. RESULTS
GUI library for Python. Python whilst mixed with Tkinter
gives a quick and smooth manner to create GUI programs.
Tkinter provides a powerful item-oriented interface to the
Tk GUI toolkit. Creating a GUI utility using Tkinter is a
smooth venture. All you want to do is perform the
subsequent steps:
4. PROPOSED SYSTEM The subsequent scope of this can be that we will put this into
The approach proposed is A* algorithm with heuristic effect in some map software so that we can effortlessly
search, will likely locate the shortest path solution in a discover the shortest path among source and destination.
totally quick amount of time and minimal distance. A* set of It also can be set up in driverless automobiles for less
rules, a type of knowledgeable search, is widely used for complicated navigation and minimal human interplay. It can
finding the shortest route, because the place of beginning also be used within the assistance of visually impaired
and finishing point is taken into account in advance. The A* humans with the assist of other technologies to make their
algorithm is a refinement of the shortest course set of rules commutes a little bit easier to navigate.
that directs the quest toward the preferred aim. The
preferred purpose of heuristic set of rules is to discover a REFERENCE
most desirable answer where the time or resources are [1] D. S. Bhatia, "Survey of shortest Path Algorithms,"
constrained. As illustrated in fig3[C]. Seventh Sense Research Group, 2019.
[2] L. Wenzheng, L. Junjun and Y. Shunli, "An Improved
This is later as compared with Dijkstra set of rules which is Dijkstra's Algorithm for Shortest Path Planning on 2D
easy and wonderful technique for route planning. Dijkstra’s Grid Maps," IEEE, 2019.
set of rules chooses one with the minimal value until located
the purpose, however the search isn't always over because it [3] R. Pramudita, H. Heryanta, R. T. Handayanto, D.
calculates all possible paths from beginning node to the Setiyadi, R. W. Arifin and N. Safitri, "Shortest Path
purpose, then choose the excellent answer by means of Calculation Algorithms for Geographic Information
comparing which way had the minimum distance. As shown Systems," IEEE, 2019.
in the fig 4[D]. [1] [2] [3] [4] "tutorialspoint.dev," [Online]. Available:
https://tutorialspoint.dev/language/python/python-
gui-tkinter.
[5] L. Podsędkowskia, J. Nowakowski and M. Idzikowski,
"A new solution for path planning in partially known
or unknown environment for nonholonomic mobile
robots," ScienceDirect, 2001.
@ IJTSRD | Unique Paper ID – IJTSRD38035 | Volume – 5 | Issue – 1 | November-December 2020 Page 589