amritansh22 / Data-Structures-and-Algorithms-in-cpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 99.8%Language:C 0.2%