Skip to content

CodeWizard16/Multi-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 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

No packages published

Languages

  • C++ 73.4%
  • C 10.0%
  • Java 3.7%
  • Jupyter Notebook 3.3%
  • PHP 1.3%
  • Objective-C 1.0%
  • Other 7.3%