News

C++ implementations of various graph algorithms such as: Graph Traversals (BFS, DFS), Topological Sort, Shortest Path, and Minimum Spanning Trees. I wrote my own implementations of these graph ...
The paper considers a project scheduling problem in weighted directed graphs in which arcs represent operations while nodes are identified with starting and finishing endpoints of the operations; arc ...
🧭 Dijkstra’s Algorithm and Bidirectional Dijkstra – Performance Analysis This project provides a comparative analysis of the classic Dijkstra's algorithm and the Bidirectional Dijkstra's algorithm ...
For the shortest path problem of cyclic directed fully connected layer graph in several cycles, there is no excellent general solution algorithm in the literature. In this paper, we address this ...
There is a new sorting algorithm a deterministic O(m log2/3 n)-time algorithm for single-source shortest paths (SSSP) on directed graphs with real non-negative edge weights in the comparison-addition ...
In practice, many algorithms always seem to work efficiently. But in theory, there is no guarantee. In an arXiv preprint, researchers from the Kwan Group at the Institute of Science and Technology ...
Shot boundary detection has attracted much more research interesting in recent years, but many of the algorithms proposed in the literatures are not robust to flash lamp and motion of camera and ...