News

In this project, I created a program used to solve the shortest path problem for a directed graph with Dijkstra's Algorithm using the C programming language. Dijkstra's algorithm works by creating a ...
This algorithm guarantees the path found is the shortest. Greedy best first search: This algorithm uses only the heuristic mentioned in A* to find a path. It processes nodes by the one with the ...
Mathematical model R (P, C, D, V) of the parking lot network diagram was established, the all nodes in R (P, C, D, V) were divided into two layers and different evaluation functions were built.