Skip to content

Add anything about data structure and algorithm in any language.

Notifications You must be signed in to change notification settings

Adi8080/Hactoberfest2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2021

Follow the README below to get started!

Note : This repo is excluded from the Hacktoberfest but you can still contribute and the reason is importance of DSA, yourcontribution will be for lifelong.

Table of contents

Getting Started

Before you begin, please follow my other account and contribute to projects over there.

The Process

  1. Fork this repository
  2. Run git clone [your repo url goes here]
  3. CD into your cloned repo
  4. Run git checkout -b [your branch name goes here] to create your new branch
  5. Make your edits and save
  6. Run git add .
  7. Run git commit -m 'Commit message goes here'
  8. Finally, run git push origin [your branch name goes here]
  9. Star this repo
  10. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  11. Wait for your new PR to be reviewed and merged!