diff --git a/README.md b/README.md index cdfe129..2f904bc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ This repository contains valuable resources for the Design and Analysis of Algor 4. [Code-A4 - 0/1 Knapsack](Codes/Code_A4.java) 5. [Code-A5 - N-Queen Problem](Codes/Code-A5.py) +> [!NOTE] +> C++ versions of all codes are available in the [./Codes/C++](./Codes/C++) directory. + ### Practical 1. [Practical-1](Practical/Practical-1)