A* Algorithm in One Byte

tiredonwatch

triedonwatch

Posted on June 17, 2024

A* Algorithm in One Byte

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer.

Explainer

A* is a path finding algorithm, given a weighted graph, source node, goal node, the algorithm finds shortest path from source to goal according to the given weights. It's used in Network Routing, Video Game NPCs, Route Planning

Additional Context

Weighted Graph- A Graph whose edges have been assigned numbers(weights)

💖 💪 🙅 🚩
tiredonwatch
triedonwatch

Posted on June 17, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Dev challenge - Algorithms
devchallenge Dev challenge - Algorithms

June 24, 2024

One Byte Explainer: Large Language Models
Data Compression: Under 256 characters
devchallenge Data Compression: Under 256 characters

June 24, 2024