A* Projects .

Technology

A*

A* is the definitive pathfinding algorithm that combines actual distance and heuristic estimates to find the shortest route with maximum efficiency.

Engineers at SRI International (Peter Hart, Nils Nilsson, and Bertram Raphael) debuted A* in 1968, and it remains the standard for efficient pathfinding. It calculates the best route using the formula f(n) = g(n) + h(n): g(n) tracks the cost from the start, while h(n) provides a heuristic estimate to the target. This logic allows the algorithm to ignore irrelevant paths, saving significant compute time in applications like StarCraft pathing or GPS navigation. As long as your heuristic is admissible (it never overestimates the distance), A* guarantees the shortest path every time.

https://en.wikipedia.org/wiki/A*_search_algorithm
1800 projects · 95 cities

Related technologies

Recent Talks & Demos

Showing 1141-1164 of 1800

Members-Only

Sign in to see who built these projects

AI Tools for Software Engineering
Sydney Aug 20
Claude Code Gemini
OpenAI Real-Time Voice Agents
Fort Wayne Aug 19
GPT-4 OpenAI Realtime API
Google Earth Engine: Downloading LiDAR
Fort Wayne Aug 19
Google Earth Engine Anthropic Claude
Customizing LLMs: RAG and Fine-Tuning
Riyadh Aug 19
Streamlit Python
Codapt: Efficient Agent Pipelines
San Francisco Aug 14
TypeScript Docker
AI Content Pipeline
San Francisco Aug 14
BAML Gemini
Gemini Schema-Enforced K8s Generation
San Francisco Aug 14
Gemini text-embedding-004
Compilers of Intent
Chicago Aug 14
Claude Code React
Claude Code: Production MCP Server
Chicago Aug 14
Claude Code Claude Desktop
Tabbird AI: AI Data Automation
Chicago Aug 14
GPT-4 LangChain
VisionGuard: Remote AI Vision Testing
Hamburg Aug 14
React Python
Hyground: Multi-Agent Incident Resolution
Hamburg Aug 14
AWS Bedrock Anthropic Claude
Spreadsheet Pro AI
Hamburg Aug 14
Next Clerk
Graphiti: RAG and Memory Combined
Hamburg Aug 14
GPT-4 LangChain
Chatbots Control Your UI
Hamburg Aug 14
Ollama Llama 3
n8n: AI Evals Setup
Hamburg Aug 14
n8n RAG
LLM Dialogue: Memory and TTS Demo
Hamburg Aug 14
FastAPI Python
ClueWing
Berlin Aug 13
GPT-4 Llama-2
Slashing LLM Kernel Overhead
Berlin Aug 13
Rust CUDA
dlt: LLM-Assisted Data Engineering
Berlin Aug 13
Python dlt
Youzu Lens: Fast Visual Search
Berlin Aug 13
Python PyTorch
n8n: Agentic AI with Blockchain
Houston Aug 12
n8n Hedera Hashgraph
Agentic AI Evaluation
Singapore Aug 12
LangChain Langfuse
AutoCoder
Singapore Aug 12
KimiK2 Qwen3Coder