Vlad bibikov
Followers: 0 Following: 0
Feeds
提问
how to realize a* or best first search in 2d matrix?
Hello, i have a random n*n matrix and i need to find path from one point to another using a* or BFS. You can move only up/down a...
4 years 前 | 1 个回答 | 0
1
个回答提问
Shortest path in a 2d matrix
Hello, i have 2d n*n random matrix. I need to find the shortest way from one matrix element on the edge to another element on th...
4 years 前 | 1 个回答 | 0