Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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|