commit 16e5a37d9399cd98c082a9f7187158b942f2ae93
parent e49d4d743239a42f969b0b18322f69002a02c628
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Thu, 27 Aug 2026 23:51:02 +0530
Merge pull request #94 from notamitgamer/fix/eduincs-sem2-missing-statements
Add missing problem statements to pgrm_025.cpp and pgrm_026.cpp
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/semester_2/eduincs/pgrm_025.cpp b/semester_2/eduincs/pgrm_025.cpp
@@ -1,3 +1,5 @@
+/* WAP to demonstrate a class template with multiple parameters */
+
#include <iostream>
#include <string>
using namespace std;
diff --git a/semester_2/eduincs/pgrm_026.cpp b/semester_2/eduincs/pgrm_026.cpp
@@ -1,3 +1,5 @@
+/* WAP to implement a singly linked list with insertion at the beginning and end */
+
#include <iostream>
using namespace std;