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/)