News

Abstract: Graph processing is used in many fields of science such as sociology, risk prediction or biology. Although analysis of graphs is important it also poses numerous challenges especially for ...
This project implements a Breadth-First Search (BFS) algorithm to find the shortest path in a maze. The maze is represented as a 2D grid, where: 0 = open space 1 = wall The program: Takes a maze, ...
Abstract: This paper utilizes best first search (BFS) algorithm to determine the optimal placement of phasor measurement units (PMUs) for complete observability of a power system under normal ...