Published onApril 20, 2023Shortest pathalgorithmGiven a weighted graph and two vertices u and v, find a path of minimum total weight between u and v.
Published onApril 14, 2023Minimum Spanning Tree (MST)algorithmA minimum spanning tree is a spanning tree of a weighted graph with the minimum total edge weight.
Published onApril 12, 2023DFS vs. BFSalgorithmDFS 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 onMarch 31, 2023Buffer OverflowosBuffer overflow happens when data quantity exceeds memory buffer storage capacity.
Published onMarch 30, 2023VirtualizationosVirtualization is the process of creating a simulated computing environment or a computer-generated computer.