Skip to content

Latest commit

Β 

History

History
39 lines (25 loc) Β· 598 Bytes

File metadata and controls

39 lines (25 loc) Β· 598 Bytes

DSA_450

hacktoberfest

This is a repo for people keen on learning DSA

-Add question in any language

-make sure the code is unique and not already submitted

-Do not spam

How to Contribute πŸ‘¨β€πŸ’»

Go to the folder where you want to clone this project then do the following.

Clone the project

  git clone <enter the url here> .

Open the folder in the code editor of your choice and make the changes.

Stage the changes

  git add .

Commit the changes

  git commit -m "Your commit message here"

Push the changes to github

  git push