Skip to content

FarrelAD/Uninformed-Search-Algorithms-Comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

92 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

This repository contains implementation and comparison some uninformed search algorithm. I will choose some of these algorithms:

  1. Breadth-First Search (BFS)
  2. Depth-First Search (DFS)
  3. Uniform Cost Search (UCS)
  4. Depth-Limited Search (DLS)

πŸƒπŸ»β€β™€οΈ How to run this program ?

  1. Clone this repository
    git clone https://github.com/FarrelAD/Uninformed-Search-Algorithms-Comparison.git
  2. Install require dependencies
    • Activate venv in your project

      Windows

      venv\Scripts\activate

      macOS/Linux

      source venv/bin/activate
    • Install require dependency with this command

      pip install -r requirements.txt
  3. Run program
    python src/main.py

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy