LeetCode-Solutions
LeetCode-Solutions copied to clipboard
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...
# Pull Request Template ## Description Given an m x n grid of characters board and a string word, return true if word exists in the grid. The word can...
# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...
# Pull Request Template ## Description The solution requires a simple recursive solution with a concrete base case. Link: https://leetcode.com/problems/generate-parentheses/ ## Put check marks: ## Have you made changes in...
# Pull Request Template ## Description Link: https://leetcode.com/problems/trapping-rain-water/ Idea: - We calculate the prefix and suffix max arrays - The water trapped would be the min of the 2 arrays...
# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...
# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...
# Pull Request Template ## Description Added a c++ solution of leetcode's 4 sum problem ## Put check marks: ## Have you made changes in [README](https://github.com/codedecks-in/LeetCode-Solutions/blob/master/README.md) file ? - [x]...
# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...
# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...