Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 253 Bytes

AI Search Algorithms

This project aims to implement popular AI search algorithms by abstracting the search logic. See the source code and tests for detailed information.

Tests

You can build the project and run all tests.

./gradlew test