1. 1st Semester
- Calculus and Analytical Geometry
- Introduction to Information and Computer Technology
2. 2nd Semester
- Communication and Presentation SKills Lab
- Communication and Presentation Skills
- Introduction to Software Engineering
- Object Oriented Programming Lab
3. 3rd Semester
- Data Structures and Algorithms Lab
- Data Structures and Algorithms
- Software Requirements Engineering
4. 4th Semester
- Software Design and Architecture Lab
- Software Design and Architecture
5. 5th Semester
- Design and Analysis of Algorithms
- Software Construction and Development Lab
- Software Construction and Development
- Software Quality Engineering
If you would like to contribute to this repository by adding course materials, please follow these steps:
i. Fork this repository to your account.
ii. Clone the forked repository to your local machine.
iii. Create a new branch for your changes: git checkout -b your-branch-name.
iv. Add your course materials to the appropriate semester folder.
v. Commit your changes: git commit -m "XYZ Semester"
vi. Push your changes to your forked repository: git push origin your-branch-name
vii. Create a pull request from your forked repository to this repository.
viii. Wait for your pull request to be reviewed and merged.