Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alin00r/ai-searching-algorithms
AI searching Algorithms Implementation with Nodejs
https://github.com/alin00r/ai-searching-algorithms
alphabeta-minimax-search astar-algorithm bfs breadth-first-search depth-first-search dfs greedy-algorithm minmax-algorithm uniform-cost-search
Last synced: 10 days ago
JSON representation
AI searching Algorithms Implementation with Nodejs
- Host: GitHub
- URL: https://github.com/alin00r/ai-searching-algorithms
- Owner: alin00r
- Created: 2024-05-13T04:34:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T04:49:46.000Z (8 months ago)
- Last Synced: 2024-11-05T21:04:39.812Z (about 2 months ago)
- Topics: alphabeta-minimax-search, astar-algorithm, bfs, breadth-first-search, depth-first-search, dfs, greedy-algorithm, minmax-algorithm, uniform-cost-search
- Language: JavaScript
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI searching Algorithms Implementation with Nodejs
# BFS
![BFS](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/2a96dcec-c2a1-4a8a-a0c0-b284813fd853)
# DFS
![DFS](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/7667954f-e45f-477a-8a55-828e3d7b75f5)
# UCS
![UCS](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/79f9cfa8-3daa-41b0-9d9d-c96741a1c8f9)
# A STAR
![ASTAR](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/2fcb7a25-5ae0-46f4-9600-7131adfcb61b)
# GREEDY
![GREEDY](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/8eb5cf60-5c32-4c83-9bbc-141e9fbc5e58)
# MinMax
![MinMax](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/15f5f476-a0df-4215-bce5-411b7ba49af3)
# AlphaBeta
![AlfaBeta](https://github.com/alin00r/AI-searching-Algorithms--Implementation/assets/74410154/b44552e4-ade5-47d2-9c8b-58db3e081788)