/SE_PICT_SEM4

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.

Primary LanguageC++

SPPU COMP SEM4 -> PICT

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.

Table of Contents

Folders

  • DSAL: Contains code and resources for the Data Structures and Algorithms course.
  • MP: Contains code and resources for the Microprocessors course.

Technologies Used

  • C++: 85.3%
  • Assembly: 12.7%
  • Java: 2.0%

Setup

  1. Clone the repository:
    git clone https://github.com/RohanDoshi21/SE_PICT_SEM4.git
  2. Navigate to the relevant course directory:
    cd SE_PICT_SEM4/DSAL
    or
    cd SE_PICT_SEM4/MP
  3. Follow the specific instructions in each folder's README file if available.

Usage

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.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m "Add your feature"
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Create a new Pull Request.

License

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.