Samaya07 / mapOfRomania

This repository contains codes that demonstrate BFS and DFS traversals on the map of romania, using frontier and explored lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapOfRomania

This repository contains codes that demonstrate

  1. Breadth first search
  2. Depth first search
  3. Uniform cost search
  4. Best first search
  5. A* algorithm
  6. Recursive best first search On the map of romania

About

This repository contains codes that demonstrate BFS and DFS traversals on the map of romania, using frontier and explored lists


Languages

Language:Python 100.0%