This This repository contains solutions to various LeetCode problems. Each file in this repository corresponds to a specific LeetCode problem, and the solutions are implemented in Python🐍 and Java.
- 1108.py - Defanging an IP Address
- 13.py - Roman to Integer
- 14.py - Longest Common Prefix
- 1678.py - Goal Parser Interpretation
- 20.py - Valid Parentheses
- 392.py - Is Subsequence
- 77(M).py - Combinations (Medium)
- 78(M).py - Subsets (Medium)
- 9.py - Palindrome Number
- 234.java - Palindrome Linked List checker [CODE IN JAVA]
- 21.java - Merge Two Sorted Linked List [CODE IN JAVA]
- 2.java - Add Two Numbers #Linked List [CODE IN JAVA]
- 3.java - Longest substring without repeating characters [CODE IN JAVA]
Pull requests are welcome for adding solutions to new problems or improving existing solutions. Please ensure that the solutions are well-documented and follow the existing file naming conventions.
If you find any issues with the provided solutions or have suggestions for improvements, please open an issue in this repository.
Happy coding! 😄