Skip to content

Repository to store various important algorithms in multiple languages

Notifications You must be signed in to change notification settings

kulkarni-rajas/codesnalgos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published