A simple web site crawler using the breadth first search algorithm
Explore Similar Repositories
Pacman-Game:In this project, the Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. I implemented general search algorithms such as depth-first, breadth-first, uniform cost, and A* search algorithms which are used to solve navigation problems in the Pacman world.
AI-Programming-using-Python:This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
ch:Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.
bfs-cuda:Implementation of breadth first search on GPU with CUDA Driver API.