Skip to content

damn_dsa : It's a repo and it contains most of the dsa topic in the form blog( the way you have to answer in front of interviewer). you can also contribute in this, just fork the repo and add new issue in issue section or by solving others issues. It will be great for me. Thank you

Notifications You must be signed in to change notification settings

Noobham/damn_dsa

 
 

Repository files navigation

official site will be soon ready

Steps For Contribution

  1. You have to found what you want to contribute (like in this repo contribute an algo which is not present) or Go to issue section. if you can solve that make commit in that issue that you can solve ( like : I think I can help in this issue. @maintainer, I would really appreciate it if you could assign me this issue with Hacktoberfest tag so that can I can start contributing to this repo. Thank you and have a great Hacktoberfest.)

  2. Once you have chosen the path, make sure that the algorithm is not already implemented. This step is very important because we dont't want your time and energy to be go in bin.

  3. When you complete step 2, read the style guides or you can copy the format and edit it there.

So what are you waiting for? Go on and start contributing! 😄 May the code be with you 🤘

Style Guide

copy this up before contributing

  # Problem Statement

  ## About Problem 
    Difficulty : Hard<br/>
    Problem link: https://github.com/tanuj1811  [not complusory] <br/>  
    Genre : Genre of the problem like [stack, dp, array] <br/>

  ## Problem Statement

  Not mandatory, only if you like to add

  ## Intution 
  ## Throught Process

  Mandatory

  ## Code <-- Languaue -->
       
        class Solution {
            public void thanks() {
              if(likeThisRepo) {
                  starTheRepo();
                  makeContributions();
                  tellYourFirend();
              }

              print("Thanks and Happy Coding");        
           }
        }
      
      

About

damn_dsa : It's a repo and it contains most of the dsa topic in the form blog( the way you have to answer in front of interviewer). you can also contribute in this, just fork the repo and add new issue in issue section or by solving others issues. It will be great for me. Thank you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published