From 3a3c78ad6de349db773b09fd6e69374e15a7904b Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 29 Apr 2026 02:26:45 +0530 Subject: [PATCH] add links for code 1..3 in README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10ae730..cd2eaea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ This repository compiles essential resources for the SPPU Computer Engineering P ### Codes +1. [Code-1 (Parallel BFS and DFS)](Codes/Code-1.cpp) +2. [Code-2 (Sequential and Parallel Bubble Sort and Merge Sort)](Codes/Code-2.cpp) +3. [Code-3 (Min, Max, Sum, Average)](Codes/Code-3.cpp) + ### Practical 1. [Practical-1](Practical/Practical-1/)