We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A-Star
DIRECTORY.md
1 parent aba2fd1 commit a6ac69fCopy full SHA for a6ac69f
DIRECTORY.md
@@ -35,7 +35,7 @@
35
* [Perfect Square Checker](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Numeric/PerfectSquareChecker.cs)
36
* [Euler Method](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Numeric/EulerMethod.cs)
37
## Searches
38
- * [A-Star](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Search/AStar/)
+ * [A-Star](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Search/AStar/AStar.cs)
39
* [Binary Search](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Search/BinarySearcher.cs)
40
* [Recursive Binary Search](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Search/RecursiveBinarySearcher.cs)
41
* [Linear Search](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Search/LinearSearcher.cs)
0 commit comments