shabber170 / Fork_CPP

This repository contain the C++ program from basic to advance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork_CPP✨

This repository contain the C++ program from basic to advance.

1. Array

2. Backtracking

3. Binary Index Tree

4. Binary Tree

5. Bit_Manipulation

6. Dynamic Programming

7. Graph

8. Greedy Algorithmns

Contribution Guidelines :

Steps required to follow before adding any file or code or solution.

If you want to add something awesome to contribute to the repository, this is how you do it.

  1. Go to given file where you could see the problem.
  2. See the constraints, input and output formats of the problem and write your function accordingly. (Would help you to write a clean code.)
  3. Run your solution on local machines and check for some test cases.
  4. Click on create new file in that folder only.
  5. Copy your code there and with Solution_By_A.cpp [ A would be Your Name - Like Solution_By_Mashiyat.cpp ]
  6. After copying, click on propose new file.[ At the Bottom]
  7. Then You'd be redirected to new page, where you need to click on create pull request.
  8. Add your comments or anything you want to tell abour you solution.
  9. Then Click on create pull request and write one line description in box above the button.
  10. Your solution is pushed in the repository.
  11. If you want to add a new problem, then add a readMe.md together to explain the problem and choose appropriate sections such as Dynamaic Programming, Greedy Algorithms, Data Structure, etc to push your readMe and solution file. For example - If you are adding Tim Sort solution, go to Array or Vector folder inside Data Structure Section and then create a folder Tim Sort and then add both of your files there.

If you like the project⭐:

built with love

Any feedback or suggestion:

❤️ Thanks to our awesome contributors.


Pandz18


mashiyathussain2

About

This repository contain the C++ program from basic to advance.

License:MIT License


Languages

Language:C++ 100.0%