AI Search Algorithms using Python
8 videos • 37,879 views • by Learning Orbis In this series you will learn about AI search algorithms using Python. These will be Graph Search algorithms and we will specifically implement these on Maze with better visualization. We will study about Depth First Search (DFS), Breadth First Search (BFS), A-Star (A*) search, Dijkstra Algorithm, Wall Following, and many other algorithms.