dexterpuru / leetcode_java

Archive for Leetcode solutions in Java
Creative Commons Zero v1.0 Universal
4 stars 15 forks source link

Adding Solutions of few programs of Leetcode in java #7

Closed codebook-2000 closed 3 years ago

dexterpuru commented 3 years ago

@codebook-2000 you need to follow the procedure of contribution. that I have written in README, First you need to create an issue the after its approval, make a PR, and we need code with explanation.

dexterpuru commented 3 years ago

And in PR, you need to create a folder for every question and put 2 files in it first, README.md which contains question link to leetcode, problem statement and approach of solution and second file Solution.java which contains code.

And only 1 issue and 1 PR for 1 question