From ada8f21a9152ac592267ae3eed264e0a84211c5c Mon Sep 17 00:00:00 2001 From: Pranav Kumar Date: Tue, 7 Apr 2026 14:41:14 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b4f76c..2e31bb0 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The repository is organized into folders based on topic for better navigation an **This directory contains implementations of fundamental data structures in Java, including:** - Graphs: - - + - Graph (Adjacency List) + - Graph (Adjacency Matrix) - Breadth-First Search (BFS). - Depth-First Search (DFS). - Dijkstra's algorithm.