This repository contains materials and code related to the SE PICT SEM4 coursework, including subjects like Data Structures and Algorithms (DSAL) and Microprocessors (MP). Below is an overview of the structure and contents of the repository.
- DSAL: Contains code and resources for the Data Structures and Algorithms course.
- MP: Contains code and resources for the Microprocessors course.
- C++: 85.3%
- Assembly: 12.7%
- Java: 2.0%
- Clone the repository:
git clone https://github.com/RohanDoshi21/SE_PICT_SEM4.git
- Navigate to the relevant course directory:
or
cd SE_PICT_SEM4/DSAL
cd SE_PICT_SEM4/MP
- Follow the specific instructions in each folder's README file if available.
Each folder contains the necessary code and documentation to help you understand and execute the programs. Ensure you have the required compilers for C++, Assembly, and Java installed on your system.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/YourFeature
- Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or additional information, please contact the repository owner or create an issue in the Issues tab.