An open API service indexing awesome lists of open source software.

https://github.com/siddh34/ai-programs

This will be some exercises that I will be performing using java
https://github.com/siddh34/ai-programs

astar-algorithm java manhattan-distance trees

Last synced: 8 months ago
JSON representation

This will be some exercises that I will be performing using java

Awesome Lists containing this project

README

          

# AI-Programs
This will be some exercises that I will be performing using java

### Activity 1

8 puzzle problem in java

Implemented algorithms:
1. A * star (time complexity O(n) where n is number of edges)
2. ManHatthan Algorithm (time compelxity is O(log(min(a,b)))
3. Tree generation time complexity (O(n) where n is number of iterations)