This repo is contains important questions and algo's for interview preparation. So, try to mention throught process or instution
before writing code.
Rather choose the an Existing Issue or Create A New One
Note: 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.
Make sure your commit is in formal way. For example
Hey @maintainer
I feel confident in solving this issue and please allow me to do so with Hacktoberfest 2022 tag.
Follow up the syntax mention in issue section and delete the rest of comments.
Make sure to follow the relavant name convention
Copy this syntax paste it into new file and edit it
# Problem Statement
<!-- Write up here -->
<!--
## About Problem
Difficulty : <!--Easy | Medium | Hard --><br/>
Problem link: https://github.com/tanuj1811 <br/>
-->
<!--Not mandatory, only if you like to add else Delete
## Intution
## Throught Process
-->
## Code
``` <-- Write your Programing Language Name-->
class Solution {
public void thanks() {
if(likeThisRepo) {
starTheRepo();
makeContributions();
tellYourFirend();
}
print("Thanks and Happy Coding");
}
}
```
So what are you waiting for? Go on and start contributing! 😄 May the code be with you 🤘