bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

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:
Msemester_2/eduincs/pgrm_025.cpp | 2++
Msemester_2/eduincs/pgrm_026.cpp | 2++
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;
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror