Skip to content

nishant6897/Multi-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Programming

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

Index

Program Category

Fundamentals
Algorithm

How to Contribute

  • 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!

License

MIT LICENSE Copyright (c) 2022 Vinayak Mali


Show some ❤️ by starring ⭐ the repositories!

About

Multi-Programming repo contains programs in different languages

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 42.4%
  • C 21.7%
  • Java 8.1%
  • Jupyter Notebook 7.3%
  • PHP 2.9%
  • Objective-C 2.1%
  • Other 15.5%