An open API service indexing awesome lists of open source software.

https://github.com/krshrimali/heuristics_calculations

A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)
https://github.com/krshrimali/heuristics_calculations

heuristic heuristic-algorithm heuristic-search-algorithms heuristics heuristics-calculations manhattan p5js sld

Last synced: about 1 month ago
JSON representation

A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)

Awesome Lists containing this project

README

        

# heuristics_calculations
Calculation of Heuristics (Manhattan and SLD) using p5 js

To run this program, open index.html file in your browser, and press ctrl + shift + I, for the console (the outputs are being shown there as of now.)

Select two points, *ENTER* for Manhattan Distance, and *ESCAPE* for SLD (Straight Line Distance/Euclidean Distance). Outputs are shown now on both console as well as the grid.

Suggestions and feedback, welcome!