From b5beab234ab6f7617751fe4e2137e39bdc48972d Mon Sep 17 00:00:00 2001 From: Yash Verma Date: Tue, 10 May 2022 23:48:51 +0530 Subject: [PATCH 01/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fecf6..3a356fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Programming Practices](https://leetcode.com/problemset/algorithms/) [![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](LICENSE.md) [![Build Status](https://travis-ci.org/fishercoder1534/Leetcode.svg?branch=master)](https://travis-ci.org/fishercoder1534/Leetcode) ![Language](https://img.shields.io/badge/language-Java%20%2F%20Data_Structures%2F-blue.svg) -If you like my content,...... Please, leave me a star.You can contribute as well. ❤️; +If you like my content,...... Please, leave me a star.You can contribute as well. ❤️ ```diffb - Yash Verma ``` From d708b6c3df3b502be0f0d9b36743938a57974e30 Mon Sep 17 00:00:00 2001 From: Yash Verma Date: Thu, 2 Jun 2022 23:58:41 +0530 Subject: [PATCH 02/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a356fe..6c30fd6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you like my content,...... Please, leave me a star.You can contribute as well |1925|[Count Square Sum Triples](https://leetcode.com/problems/count-square-sum-triples/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1925.java) ||Easy|Array, Greedy|| |1897|[Redistribute Characters to Make All Strings Equal](https://leetcode.com/problems/redistribute-characters-to-make-all-strings-equal/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1897.java) ||Easy|String,Greedy| --> -## Recursions +## Recursions q | # | Problem | Solutions | Source | Difficulty |Level | Tags |-----|------------------|------------------|--------|-------------|-|------------ |1 |[ Print in decreasing manner](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/printDecreasingIncreasing.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/printDecreasingIncreasing.java) |Pepcoding|Easy|Lv.1|Backtracking From eb5117c537ae32a6c9304e93a65077abe8581428 Mon Sep 17 00:00:00 2001 From: Yash Verma Date: Wed, 22 Jun 2022 23:25:25 +0530 Subject: [PATCH 03/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c30fd6..e454fa3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Programming Practices](https://leetcode.com/problemset/algorithms/) [![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](LICENSE.md) [![Build Status](https://travis-ci.org/fishercoder1534/Leetcode.svg?branch=master)](https://travis-ci.org/fishercoder1534/Leetcode) ![Language](https://img.shields.io/badge/language-Java%20%2F%20Data_Structures%2F-blue.svg) -If you like my content,...... Please, leave me a star.You can contribute as well. ❤️ +If you like my content,...... Please, leave me a star.You can contribute as well.❤️ ```diffb - Yash Verma ``` From 9d73a4bad58ad2c6601c7c84d3dbc07b0792a6b9 Mon Sep 17 00:00:00 2001 From: Yash Verma Date: Fri, 24 Jun 2022 23:58:15 +0530 Subject: [PATCH 04/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e454fa3..fd5475b 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ If you like my content,...... Please, leave me a star.You can contribute as well ## Miscellaneous | # | Problem | Solutions | Source | Difficulty |Level | Tags |-----|----------------|----------------|--------|-------------|-|------------ -|1 |[Numbair Number Generator](https://github.com/vyash5075/Data-Structure-Algorithms/blob/master/miscellaneous/Numbair%20generator.java)|[Solution](https://github.com/vyash5075/Data-Structure-Algorithms/blob/master/miscellaneous/Numbair%20generator.java) |Wipro|Medium|Lv.2|Math +|1 |[Numbair Number Generator](https://github.com/vyash5075/Data-Structure-Algorithms/blob/master/miscellaneous/Numbair%20generator.java)|[Solution](https://github.com/vyash5075/Data-Structure-Algorithms/blob/master/miscellaneous/Numbair%20generator.java) |Wipro|Medium|Lv.2|Math. From 08b3f6942544e7ccbdcc6f511b7c7a25a5771f33 Mon Sep 17 00:00:00 2001 From: Yash Verma Date: Sat, 25 Jun 2022 23:59:17 +0530 Subject: [PATCH 05/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5475b..91b2dcc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you like my content,...... Please, leave me a star.You can contribute as well |29 |[Print Combinations](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/print%20combinations.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/print%20combinations.java) |Pepcoding|Medium|Lv.2|Recursion |30 |[Coin Change](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchangeproblem.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchangeproblem.java) |Pepcoding|Medium|Lv.2|Recursion,Array |31 |[Coin Change2](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchange2.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchange2.java) |Pepcoding|Medium|Lv.2|Recursion,Array -|32 |[Coin Change permutation](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchange%20permutations.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchange%20permutations.java) |Pepcoding|Medium|Lv.2|Recursion,Array +|32 |[Coin. Change permutation](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchange%20permutations.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/coinchange%20permutations.java) |Pepcoding|Medium|Lv.2|Recursion,Array |33 |[Lexicographical order printing](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/lexicographicalorder.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/lexicographicalorder.java) |Pepcoding|Medium|Lv.2|Recursion,Math |34 |[Sudoku Solver](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/sudokusolver.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/sudokusolver.java) |Pepcoding|Medium|Lv.2|Recursion,2D Array |35 |[Number Sprint](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/number%20sprint.java)|[Solution](https://github.com/vyash5075/Core-Java-Programming-Practices/blob/master/recursion/number%20sprint.java) |Pepcoding|Easy|Lv.1|Recursion From 949387e6458aa57c6ebfcbfcaabf3a7f91959d0f Mon Sep 17 00:00:00 2001 From: Yash Verma Date: Fri, 8 Jul 2022 23:40:47 +0530 Subject: [PATCH 06/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b2dcc..1eb0667 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ If you like my content,...... Please, leave me a star.You can contribute as well.❤️ ```diffb -- Yash Verma +- Yash Verma. ```