Skip to content

Commit d0aaeac

Browse files
committed
--update : path change of A* algo
1 parent 9e01c43 commit d0aaeac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
8080
### Algorithms
8181

8282
- [LRU Cache](src/_Algorithms_/lru-cache)
83+
- Path Finders
84+
- [A*](src/_Algorithms_/path-finder/a-star)
8385

84-
### Path Finder
85-
86-
- [A\*](src/PathFinder/AStart)
8786

8887
### Classics
8988

File renamed without changes.

0 commit comments

Comments
 (0)