• Stars
    star
    356
  • Rank 115,620 (Top 3 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms

Data-Structures-and-Algorithms-in-cpp

This is very good piece of coding. This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms

Who can contribute

Anyone can contribute to this repositry.

Contribution Guide

How to contribute

  • Fork this repository
  • Pick up an algortihm
  • Write your code
  • Create a pull request
  • Star the repository to show your support

Instructions

Create a folder for the topic you wish to contribute in and add the respective files in that particular folder. If a folder for a particular Data Structure or Algorithm exists. Add your codes in that folder itself. If a folder already exists, add your codes to it.

Additional Notes

  • Code should be properly commented so as to ensure it's readability.
  • If you've added code that should be tested, add tests as comments.
  • Make sure your code is properly formatted.