Skip to content

ishaan0030/codesnalgos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Codes and Algorithms

Contribution Guidelines !

  • Fork and Clone this repository.
git clone https://github.com/kulkarni-rajas/codesnalgos.git
cd codesnalgos
  • Make a branch.
git checkout -b (branch-name)
  • Add your Code.

    1. CD to the desired folder and open a text editor.
    2. Add any code of your choice
    3. Save your File. in the format (GITHUBUSER)/(name of algo).(extension)
  • Commit your code.

git add .
git commit -m "(brief description of what you have changed/fixed)"
git push -u origin (branch name)
  • Go and open a pull request from your fork to the master branch of this repository. 🎉

  • Please ⭐ this repo to make it more visible to new contributors.

About

Repository to store various important algorithms in multiple languages

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 39.2%
  • Python 27.5%
  • C++ 16.7%
  • Java 16.6%