Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/min-thway-htut/searching_algorithms
Implementing searching algorithms
https://github.com/min-thway-htut/searching_algorithms
breadth-first-search deep-first-search python3 uniform-cost-search
Last synced: 6 days ago
JSON representation
Implementing searching algorithms
- Host: GitHub
- URL: https://github.com/min-thway-htut/searching_algorithms
- Owner: Min-Thway-Htut
- Created: 2024-07-22T09:56:58.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T20:44:42.000Z (3 months ago)
- Last Synced: 2024-08-24T21:46:05.556Z (3 months ago)
- Topics: breadth-first-search, deep-first-search, python3, uniform-cost-search
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artificial Intelligence | Searching Algorithms
## Uninformed Search
Breath-FirstDepth-First
Uniform Cost Search
## Informed Search
Hill Climbing Algorithm
## Local Search## Adversarial Search
Minimax Algorithm
## Constraint Satisfaction Problems
Backtracking Search Algorithm