Skip to content

Commit 5318d6a

Browse files
authored
Update a-star.md
1 parent ad534ec commit 5318d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa/Algorithms/a-star.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ Here is the pseudocode for the A* Algorithm:
260260
## Conclusion
261261
The A* Algorithm is a powerful and efficient pathfinding algorithm that can be implemented in various programming languages. By understanding its principles and applying the appropriate heuristic functions, you can leverage A* for a wide range of applications.
262262

263-
In this tutorial, we have covered the theoretical background, provided pseudocode, and demonstrated implementations in Python, Java, C++, and JavaScript. With this knowledge, you should be well-equipped to utilize the A* Algorithm in your own projects.
263+
In this tutorial, we have covered the theoretical background, provided pseudocode, and demonstrated implementations in Python, Java, C++, and JavaScript. With this knowledge, you should be well-equipped to utilize the A* Algorithm in your projects.

0 commit comments

Comments
 (0)