Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahimfba/leetcode
I solve problems from LeetCode and I keep my solution here
https://github.com/fahimfba/leetcode
leetcode
Last synced: 28 days ago
JSON representation
I solve problems from LeetCode and I keep my solution here
- Host: GitHub
- URL: https://github.com/fahimfba/leetcode
- Owner: FahimFBA
- License: mit
- Created: 2023-02-06T18:54:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T06:15:25.000Z (5 months ago)
- Last Synced: 2024-08-21T07:38:42.691Z (5 months ago)
- Topics: leetcode
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
I solve problems from LeetCode and I keep my solution here| LeetCode Serial Number | Problem Name | Solution | Difficulty | Tags |
| :--------------------: | :-----------------------------------------------: | :----------------------------: | :--------: | :----------: |
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Python](./0001.%20Two%20Sum/solution.py) | Easy | Sorted Array |
| 2 | [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/) | [Python](./0217.%20Contains%20Duplicate/Solution.py) | Easy | Array, Hash Table, Sorting|