Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvgt committed Oct 12, 2020
2 parents 952b057 + 57c05e8 commit 7361fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ One popular application of this algorithm is the [OSPF](https://en.wikipedia.org

## A*

> A* (pronounced "A-star") is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency. ([Wikipedia: A* search algorithm]()https://en.wikipedia.org/wiki/A*_search_algorithm)
> A* (pronounced "A-star") is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency. ([Wikipedia: A* search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm))
# Installation

Expand Down

0 comments on commit 7361fb7

Please sign in to comment.