Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 383 Bytes

File metadata and controls

7 lines (6 loc) · 383 Bytes

A_star Algorithm implementation: Jumping Frog and Route Planning Problems

A generic implementation of A* algorithm that can solve variety of search problems. It is then used to solve given two problems as search problems by implementing the given interface for both of them. The repo contains

  • A star generic algo
  • Route planning code and data instance
  • Frog jumping game code