Rachit Pathak

Results 3 issues of Rachit Pathak

# Pull Request Template ## Description 1.It iterates through the array in reverse order (from the end to the beginning) and maintains a stack to keep track of potential candidates...

i have pushed a funnyAlgorithm to Decode strings Example 1: Input: s = "3[a]2[bc]" Output: "aaabcbc" Example 2: Input: s = "3[a2[c]]" Output: "accaccacc" Example 3: Input: s = "2[abc]3[cd]ef"...

i have added 132 patterns algorithm in java