From 2edf54e62d046c50b2456b7560acb8908bb9d363 Mon Sep 17 00:00:00 2001 From: Akash Deep Vishwakarma <55649428+adv11@users.noreply.github.com> Date: Sun, 4 Sep 2022 00:13:57 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fa784e..62cedda 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ This repository consists of Graph problems which are implemented using Java. 17) Shortest path in undirected graph with unit weights 18) Shortest path in weighted DAG(Directed Acyclic Graph) 19) Dijkstra's Algorithm (Shortest path in undirected graph) +20) Prim's algorithm (Brute force & Optimised approach) for MST