Skip to content

Anieshar1/Data-Structures-and-Algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2022

Make Your First Open Source Contribution

alt text



Feel free to use this project to make your first contribution to an open-source project on GitHub.

This repository is open to all members of the GitHub community. Any member can contribute to this project!

Guidelines

  • You can contribute by adding solution to a problem/ By adding comments to a code.

  • If you are adding code, It should be well documented.

  • No restriction on programming language.

  • Do not add problem solution if it already exists.

  • Writing the author's name and the date modified is a must.

alt text

  • Filename should be proper. If there are more than 2 words than the first letter of each word must be capital. Example: 1_TwoSum.cpp

  • Don't spam it will be rejected immediately.

Steps for Contribution

  1. Fork this Repository.

  2. Clone this Repository.
    [email protected]:nabeelahmedjh/Data-Structures-and-Algorithm.git

  3. Create a new branch.
    git checkout -b <your_branch_name>

  4. Make changes.

  5. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
    git push -u origin <your_branch_name>
  2. Create a Pull Request.

Congratulations! 🎉 you've made your contribution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.2%
  • C++ 32.2%
  • Java 19.6%