Using the Greedy Algorithm to find a solution to a graph-modeled problem
Learn how to compare objects in Python
Learn how to use and implement the Breadth-First Search (BFS) algorithm to solve real-world problems.
Use Prim's Algorithm to find the Minimum Spanning Tree of an undirected graph.
Using A* Algorithm to find the BEST solution in a graph modeled problem
Exploring the dunder method `__gt__()` in Python.
Using the Uniform Search Algorithm to find the best solution in a graph modeled problem