Skip to content

dsc08/DataStructure-and-Algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A collection of all popular Data Structures and Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 58.6%
  • C 33.9%
  • Jupyter Notebook 4.1%
  • Python 3.4%