add links for code 1..3 in README.

This commit is contained in:
K
2026-04-29 02:26:45 +05:30
parent 26ef8ceb1b
commit 3a3c78ad6d
+4
View File
@@ -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/)