Click here to Skip to main content
15,896,111 members
Articles / General Programming / Algorithms

Universal implementation of BFS, DFS, Dijkstra and A-Star algorithms

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
15 Sep 2023Apache7 min read 5.6K   81   11  
I demonstrate with an actual implementation that well-known algorithms BFS, DFS, Dijkstra, and A-Star are essentially variations of the same algorithm.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer (Senior) Access Softek Inc.
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions