For CSE205 & CSE202 | 2nd Year B.Tech CSE | Lovely Professional University
resume template: Link
Welcome to your official coding practice space!
This repository contains everything you need to learn, practice, and grow in C++ , DSA , and Daily Problem Solving .
The repository is divided into three important sections :
This folder includes:
- Basic to advanced C++ programs
- Class notes and example codes
- OOP concepts and syntax practice
- Daily revision programs
👉 If you miss any class, this is the folder to check first.
This section covers all Data Structures & Algorithms topics:
- Arrays, Linked Lists, Stacks, Queues
- Searching & Sorting
- Trees, Graphs
- Classroom implementations
- Extra practice problems
Perfect for:
✔ Classwork
✔ Exams
✔ Interview preparation
Every day, I will upload two coding problems (from LeetCode, GFG, etc.).
Each day’s folder will have:
- questions/ → problem statements + links
- solutions/ → official solution (uploaded next day)
- submissions/ → Your personal solutions
This helps you build daily coding discipline .
Students should NOT upload solutions in the main teaching/admin repo.
All student answers must be submitted in this dedicated repo:
👉 Student Submission Repository:
https://github.com/YOUR-SUBMISSION-REPO
This keeps your class content clean and avoids permission issues.
Follow these steps carefully:
Click the above link and open the repository.
Go to:
daily_problems/ YYYY-MM-DD/ submissions/
Make sure you select the correct date .
Click:
Add File → Upload files
or
Add File → Create new file
Your file must follow this format:
yourname_Q1.cpp yourname_Q2.py yourname_Q1.java
Examples:
Ajai_Q1.cpp Rahul_Q2.py Sneha_Q1.java
✔ You may use any programming language
✔ Do NOT edit or delete others’ files
✔ Do NOT modify questions or official solutions
Example commit messages:
Added Q1 solution - Rahul Submitting both answers - Meera Q2 Python code - Arjun
You’re done! 🎉
Your solution will now appear under the correct daily folder.
-
❌ Do NOT upload anything to the main admin repo
-
❌ Do NOT change question or solution files
-
❌ Do NOT modify other students’ submissions
-
✔ Upload only inside:
submissions/of the correct daily folder