Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 803 Bytes

File metadata and controls

19 lines (12 loc) · 803 Bytes

DataStructure and Algorithms

A collection of all popular Data Structure and Algorithm. You can contribute by adding new Data Structures and Algorithms.

How to contribute:

  1. Fork this repository to your own account by clicking the Fork button.

  2. Access your new fork on your account in the repositories and clone it:

  3. Cloning process can be carried out by the following methods ->

    1. Click on Clone or download button on forked repo and download zip
    2. Open terminal/Git bash and use
      https: git clone https://github.com/arghac14/DataStructure-and-Algorithms.git
      ssh: git@github.com:YourUserName/DataStructure-and-Algorithms.git
  4. Add new Data Structure and Algorithms that don't already exist in the original repo.

  5. Push the changes and make a PR!