https://github.com/csaba79-coder/space-state-representation-ai
https://github.com/csaba79-coder/space-state-representation-ai
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csaba79-coder/space-state-representation-ai
- Owner: Csaba79-coder
- License: mit
- Created: 2023-11-01T17:38:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T14:48:06.000Z (about 2 years ago)
- Last Synced: 2025-03-26T05:14:45.599Z (9 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space state representation - Artificial Intelligence
## Description
This project is a representation of the space state of a problem, in this case the 8-puzzle problem, using the A* algorithm.
## Solution
- in Java 20 maven based project
# Source code
- [Source code](https://github.com/Csaba79-coder/MestIntSourceCode1) in C# provided by Gabor Kusper (Milton Friedman University)