Posts
All the articles I've posted.
How To Find Shortest Path Between Two Vertices Using BFS
Posted on:January 22, 2024 at 09:27 AMIt is said that BFS is efficient in finding the shortest path between two vertices in a graph where all edges have equal and positive weights. Does it?
Maximum number of paths between source and target vertex on directed acyclic graph
Posted on:January 9, 2024 at 10:27 AMHow do you deduce that the maximum number of paths between the starting and ending nodes in an directed acyclic graph is 2^(N-1) - 1?
How to Create Menu Entry for Linux Applications Installed From tar.gz
Posted on:June 18, 2023 at 10:27 AMNot all of your installed applications are going to show in the Linux menu. This post will show you how to add A launchable icon of that application to the menu of Linux and make it pinnable to the panel.