Skip to content

Cipher-Schools/LPU_2025_Ajai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 Coding Practice Repository

CPP + DSA + Daily Coding Problems

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 :


📂 1. C++ Programs (CPP Folder)

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.


📂 2. DSA Programs (DSA Folder)

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


📂 3. Daily Coding Problems (DailyProblems Repo)

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 .


🚀 NEW: Student Submission Repository (IMPORTANT)

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.


📝 How to Submit Your Daily Problem Answers

Follow these steps carefully:


✅ 1. Open the Submission Repository

Click the above link and open the repository.


✅ 2. Select the Correct Daily Folder

Go to:

daily_problems/ YYYY-MM-DD/ submissions/

Make sure you select the correct date .


✅ 3. Upload Your Code

Click:

Add File → Upload files

or

Add File → Create new file


✅ 4. Use Proper File Names (VERY IMPORTANT)

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


✅ 5. Add a Commit Message

Example commit messages:

Added Q1 solution - Rahul Submitting both answers - Meera Q2 Python code - Arjun

✅ 6. Click “Commit Changes”

You’re done! 🎉

Your solution will now appear under the correct daily folder.


📢 Important Rules to Follow

  • ❌ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors