/SEM-III-Lab_Assignments

This repo contains assignments of SEM-III

Primary LanguageC++

Logo

SEM-III LAB ASSIGNMENTS

This is a Repository of the Lab Assignments is for KK WAGH students. You can refer these programs for understanding and application for the given problem. These Programs will also help you for your Exams.

Content

DSL Lab Assignments 1-13
PYHON Lab Assignments 1-9
PPCNL Lab Assignments 1-12

About Me

Contributing

  1. Fork the repository.
  2. Clone the repository to your local system.
  git clone https://github.com/<YOUR_GITHUB_USERNAME>/SEM-III-Lab_Assignments
  1. Create a new branch.
  git checkout -b <NEW_BRANCH_NAME>
  1. Make your changes.
  2. Add your changes.
  git add .
  1. Commit your changes. Make sure you checkout the Semantic Commit Messages section.
  git commit -m "commit message"
  1. Push your changes.
  git push origin <NEW_BRANCH_NAME>
  1. Create a pull request. You're done!

Semantic Commit Messages

We are using semantic commit messages made by us own. It is used as follow :

For new file

  Added: filename

For edit in file

  Updated: filename: update_message

For new docs

  Added doc: parent_folder_name

For edit in docs

  Updated doc: parent_folder_name: update_message

Maintainers

If you have any query regarding this repository then feel free to raise an issue or contact the following maintainers.

Thanks

Thanks for reading this README.md file. If you like this repository then please give it a Star. If you want to contribute to this repository then please read the How to contribute section.