From fa5f3f94a407da49d8db287bb13b60d9327bd9cd Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 5 Nov 2025 19:14:27 +0530 Subject: [PATCH] Added link to C++ codes. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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)