- Published on
Algorithm
- Published on
Maximum flow problems involve finding a feasible flow through a flow network that maximizes the flow rate.- Published on
Given a weighted graph and two vertices u and v, find a path of minimum total weight between u and v.- Published on
A minimum spanning tree is a spanning tree of a weighted graph with the minimum total edge weight.- Published on
DFS and BFS are algorithms used to traverse graphs or trees. However, they differ in the way they explore the graph and the order in which they visit nodes.- Published on
Introduction and implementation of Huffman coding.