Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Artificial Intelligence | Searching Algorithms

## Uninformed Search
Breath-First

Depth-First

Uniform Cost Search

## Informed Search
Hill Climbing Algorithm
## Local Search

## Adversarial Search

Minimax Algorithm

## Constraint Satisfaction Problems

Backtracking Search Algorithm