Multi-Programming repo contains programs in different languages
This repository is to understand how open-source work and to get a different programs in different languages at a same place. This is good place to start your journey to open-source and build your github profile. Before contributing check CONTRIBUTION Rules and Instructions.
Here you will learn
- Contribute to Open-Source
- Fork the repo
- About Issues
- How to create issue
- How to self-assign issue
- What is labels in issues
- How to give labels
- How to create Pull Requests
Fundamentals
Algorithm
-
Go through the CONTRIBUTING.md
-
Drop a ⭐ on the Github repository
-
Fork the repo to your Github.
-
Follow the Rules Click Here
-
You can add programs and algorithms in any programming language.
-
Explain your algorithm and write its time complexity and space complexity.
-
How to Clone the Repo by going to your local Git Client and pushing this command:
git clone https://github.com/malivinayak/Multi-Programming.git
-
How to Commit and push your code to the remote repo on your Github.
git checkout -b <branch name>
git add .
git commit -m "your message"
git remote add origin <HTTP code the forked repo>
git push origin <your branch name>
- Make a pull request!
MIT LICENSE Copyright (c) 2022 Vinayak Mali