https://github.com/subramanyaks/leetcodepractise
Leatcode practise questions
https://github.com/subramanyaks/leetcodepractise
leetcode leetcode-java leetcode-solutions
Last synced: about 2 months ago
JSON representation
Leatcode practise questions
- Host: GitHub
- URL: https://github.com/subramanyaks/leetcodepractise
- Owner: SubramanyaKS
- Created: 2022-05-29T01:37:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T04:15:03.000Z (about 3 years ago)
- Last Synced: 2025-01-20T05:00:26.736Z (over 1 year ago)
- Topics: leetcode, leetcode-java, leetcode-solutions
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode Problem
This is solution for the pratice problem from leetcode.The language used is Java. I solve these problems in a free Time.
## Problem List:
[1. Two Sum](https://leetcode.com/problems/two-sum/)
[2. Add Two Number](https://leetcode.com/problems/add-two-numbers/)
[9. Palindrome Number](https://leetcode.com/problems/palindrome-number/)
[11. Container with Most Water](https://leetcode.com/problems/container-with-most-water/)
[26. Remove Duplicate From Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)
[75. Sort_colors](https://leetcode.com/problems/sort-colors/)
[121. Best Time To Buy SellStock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)
[287. Find Duplicate number](https://leetcode.com/problems/find-the-duplicate-number/)
[876. Middle of the list](https://leetcode.com/problems/middle-of-the-linked-list/)
## Credits:
* [Leetcode](https://leetcode.com/problems/all)
* Geeks for Geeks
## Contribute:
If you want to contribute feel free to contribute to repository.