https://github.com/se-academic-group/iai-search-project
HCMUS - Introduction to Artificial Intelligence course project
https://github.com/se-academic-group/iai-search-project
academic-project ai algorithms python
Last synced: 8 months ago
JSON representation
HCMUS - Introduction to Artificial Intelligence course project
- Host: GitHub
- URL: https://github.com/se-academic-group/iai-search-project
- Owner: SE-Academic-Group
- License: unlicense
- Created: 2024-03-30T12:45:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T14:04:35.000Z (over 1 year ago)
- Last Synced: 2025-01-07T19:42:18.453Z (10 months ago)
- Topics: academic-project, ai, algorithms, python
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search project
---
FIT@HCMUS - Introduction to Artificial Intelligence

## Team members
- 21120502 - Tran Duc Minh
- 21120515 - Tran Phuoc Nhan
- 21120521 - Nguyen Phuc Phat
- 21120524 - Truong Minh Phat## Requirements
python > **3.10**
## Search Algorithms
- BFS - Breadth-first Search
- GBFS - Greedy Best First Search
- A\* - Graph Search A Star