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

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

Awesome Lists containing this project

README

          

# Search project

---

FIT@HCMUS - Introduction to Artificial Intelligence

![Screenshot](/docs/screenshot.png)

## 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