PRIYA KUMARI
@priyaCode25
3 published packets
Joined Sep 2021
Published Projects
Prim's Algorithm MST implementation in Python
Given module calculates the minimum spanning tree for a graph using Prim's algorithm. This algorithm is implemented using heapq module.
Oct 23, 2021
Sparse Table Range Minimum Query Implementation in Python
Given module finds the minimum element in an array between position i to j. RMQ can be used in problems directly or can be applied to implement other task like the Lowest Common Ancestor problem.
Oct 23, 2021
Lowest Common Ancestor in Binary tree - Python
Python program to find Lowest Common Ancestor (LCA) of n1 and n2 using one traversal of Binary tree
Oct 22, 2021