Skip to content

Solutions to the coding problems of CPP ( CSE-202 ) and DSA ( CSE-205 ) on the Lpu Colab ( iamneo ) platform along with an autotyper that directly types the solutions in the IDE.

Notifications You must be signed in to change notification settings

harmeetsinghjsr/Lpu-colab-CPP-DSA-Solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPU Colab CPP and DSA Solutions

LPU Logo

Welcome to the LPU Colab CPP and DSA Solutions repository! Here, you'll find comprehensive solutions to the coding problems from the CPP (CSE-202) and DSA (CSE-205) courses on the LPU Colab platform, alongside a handy auto-typing tool.

Disclaimer: This repository is intended for educational purposes only.

Table of Contents

About

This repository is a compilation of solutions made by Ashmit Mehta (GitHub: ash-codes18) and several other Contributors. Our goal being to provide fellow students at Lovely Professional University (LPU) with a valuable resource for understanding and solving the coding challenges assigned in the CPP and DSA courses.

Academic Integrity

While these solutions are valuable learning aids, using them as it is for academic submissions could violate our institution's academic integrity policy. I encourage you to use these solutions to enhance your problem-solving skills and understanding of the concepts.

Credits

arin-prashar

Arin Prashar : Contributed solutions to many problems.

yashasweeK9

Yashaswee Kesharwani : Contributed Solutions with 100% accuracy to several problems.

Courses Solutions

  • CPP (CSE-202): Solutions for programming problems organized by units and lectures.
  • DSA (CSE-205): Solutions for various data structures and algorithms problems, organized by units and lectures.

Repository Structure

The repository is organized as follows:

/
├── CPP/
│ ├── Unit-1/
│ │ ├── Lecture-1/
│ │ ├── Lecture-2/
│ │ └── ...
│ ├── Unit-2/
│ └── ...
├── DSA/
│ ├── Unit-1/
│ │ ├── Lecture-1/
│ │ ├── Lecture-2/
│ │ └── ...
│ ├── Unit-3
│ ├── Unit-2
│ └── ...
├── README.md
└── ...

Feel free to explore the folders and navigate to the respective problem solutions.

Contribution

Contributions to this repository are welcome! If you have alternative solutions, improvements, or suggestions for the existing solutions, please feel free to create a pull request. Please ensure that your contributions align with the academic integrity guidelines of our institution. Please follow these steps for contributing:

  1. Fork the repository.

  2. Create a new branch with a descriptive name:

git checkout -b your_branch_name
  1. Make your changes and commit them:
git commit -m "Add your message here"
  1. Push your changes to your forked repository:
git push origin your_branch_name
  1. Open a pull request to the main repository's main branch, explaining the changes you have made.

  2. Your pull request will be reviewed, and once approved, it will be merged into the main repository.

Contact

If you have any questions, suggestions, or just want to connect, you can reach out to me:

Don't forget to star ⭐ this repository if you find it helpful. Happy coding! 🚀

About

Solutions to the coding problems of CPP ( CSE-202 ) and DSA ( CSE-205 ) on the Lpu Colab ( iamneo ) platform along with an autotyper that directly types the solutions in the IDE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 100.0%