Published inLevel Up CodingA-Star (A*) Search for Solving a Maze using Python (with visualization)A-Star (A*)search algorithm is an intelligent algorithm to solve a graph problem. Contrary to Depth First Search (DFS) and Breadth First…Oct 18, 2021Oct 18, 2021
Find the Type and Area of any Polygon using Python Object Oriented ProgrammingThe objective is to write the Python code to find the type of the polygon (Complex, Convex or Concave) from its vertices and also find the…Sep 16, 2021Sep 16, 2021
Published inTowards Data ScienceA Python Module for Maze Search AlgorithmsPython Maze World pyamazeSep 15, 20211Sep 15, 20211