https://github.com/kiarashvosough1999/aisearchgame
https://github.com/kiarashvosough1999/aisearchgame
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiarashvosough1999/aisearchgame
- Owner: kiarashvosough1999
- Created: 2021-10-25T21:10:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T21:40:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T13:45:45.367Z (9 months ago)
- Language: Java
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Uniformed And Informed AI Search Algorithm Implementation
- [Features](#features)
- [Requirements](#requirements)
- [Usage](#Usage)
- [Contributors](#Contributors)
- [License](#license)## Features
Some of algorithms which were implemented.
- [x] BFS
- [x] DFS
- [x] UCS
- [x] BDS
- [x] DLS
- [x] IDS
- [x] AStar
- [x] IDAStar
- [x] RBFS
- [x] GBFS## Requirements
java (v.14>) VM is required to run project.