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
1792 projects · 95 cities

Related technologies

Recent Talks & Demos

Showing 801-824 of 1792

Members-Only

Sign in to see who built these projects

Torque: Synthetic Datasets for Evals
San Francisco Oct 30
OpenAI API Anthropic API
Bifrost: Adaptive LLM Load Balancing
San Francisco Oct 30
Go PostgreSQL
Optimizing Agent Latency with Evals
San Francisco Oct 30
GPT-4 LangChain
MCPevals: Automated Server Testing
San Francisco Oct 30
Next React
Ensemble LLM Judge Bias Reduction
San Francisco Oct 30
Sutro
AG-UI Ragas Integration for Evals
San Francisco Oct 30
Claude Code ADK
Scraping IA: Lead o Víctima
Bogotá Oct 30
Python BeautifulSoup
ACE: Self-Improving LLM Agents
Bogotá Oct 30
GPT-4o Ada
Citrus-Inventario: AI Inventory PDFs
Pereira Oct 30
FastAPI WhatsApp
n8n: YouTube Sentiment Automation
Pereira Oct 30
GPT-4 LangChain
Make: Automatización de Horas
Pereira Oct 30
Make Telegram Bot API
IA Médica: Análisis y Chat Clínico
Pereira Oct 30
Next React
Workflows of Agents
Toronto Oct 30
GPT-4 LangChain
Autonomous Navigation: L1-L5 UX
Toronto Oct 30
LangChain LangGraph
Agentic AI Building Management
Toronto Oct 30
Python FastAPI
vLLM: Guided Recommendations
Toronto Oct 30
vLLM OpenWeight
AI Tax Calculator for Canada
Toronto Oct 30
Manus AI GPT-4o
Worldlabs: Single Image Worldbuilding
Toronto Oct 30
Gaussian Splatting PlayCanvas
Mojek: Multi-Agent Personal Finance
Toronto Oct 30
GPT-4 LangChain
Auth0: AI Agent Authorization
Seattle Oct 29
GPT-4 LangChain
ClientContext: Redacting PII for AI
Seattle Oct 29
Python React
MCP Server Vulnerability Remediation
Seattle Oct 29
MCP Docker
SLM Jailbreaking and Red-Teaming
Seattle Oct 29
llama unsloth
RapidFire AI: Parallel LLM Experimentation
San Diego Oct 29
PyTorch Transformers