LeetCode-Solutions icon indicating copy to clipboard operation
LeetCode-Solutions copied to clipboard

This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates

Results 198 LeetCode-Solutions issues
Sort by recently updated
recently updated
newest added

the solution works by filtering even and odd numbers from the input array using list comprehensions and then concatenating them in the desired order. This approach is efficient and rearranges...

# Pull Request Template ## Description This update improves the readability of the README page by: • Standardizing numbering format to remove leading zeros (matches leetcode format) • Reorganizing individual...

Solution to #66 C++ # Pull Request Template ## Solution to #66. Plus One Please include a summary of the problem and about the approach to solve the solution. Please...

# Pull Request Template Solves #392 ## Description This code follows the same logic as the previous solution but in a more compact form. ## Put check marks: ## Have...

# Pull Request Template ## Description **Runtime: 3 ms Memory:6.8 MB** ## Put check marks: ## Have you made changes in [README](https://github.com/codedecks-in/LeetCode-Solutions/blob/master/README.md) file ? - [ ] Added problem &...

## [Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/) **Successfully accepted Runtime : 3ms Time Complexity : O(n^2) Memory : 6.7 MB** In this problem we have to return first n rows of pascal's triangle. In...

# Pull Request Template ## Description [1108. Defanging an IP Address](https://leetcode.com/problems/defanging-an-ip-address/) Easy 1.8K 1.7K Companies Given a valid (IPv4) IP address, return a defanged version of that IP address. A...

# 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 [Problem](https://leetcode.com/problems/longest-substring-without-repeating-characters/) Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List...

…he reame.md # 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....