Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irsol/leetcode
LeetCode solutions
https://github.com/irsol/leetcode
algorithms dictionary leetcode leetcode-mysql leetcode-python leetcode-python3 leetcode-solutions mysql python python3 set sql string
Last synced: 25 days ago
JSON representation
LeetCode solutions
- Host: GitHub
- URL: https://github.com/irsol/leetcode
- Owner: irsol
- Created: 2019-12-06T10:20:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T14:23:02.000Z (over 4 years ago)
- Last Synced: 2023-09-24T08:44:51.478Z (about 1 year ago)
- Topics: algorithms, dictionary, leetcode, leetcode-mysql, leetcode-python, leetcode-python3, leetcode-solutions, mysql, python, python3, set, sql, string
- Language: Python
- Homepage: https://leetcode.com/
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
## [LeetCode](https://leetcode.com) problems that I have solved.
### Python
[1. Two Sum](https://github.com/irsol/LeetCode/blob/master/1.%20Two%20Sum.py)
[112. Path Sum](https://github.com/irsol/LeetCode/blob/master/112.%20Path%20Sum.py)
[118. Pascal's Triangle](https://github.com/irsol/LeetCode/blob/master/118.%20Pascal's%20Triangle.py)
[121. Best Time to Buy and Sell Stock](https://github.com/irsol/LeetCode/blob/master/121.%20Best%20Time%20to%20Buy%20and%20Sell%20Stock.py)
[122. Best Time to Buy and Sell Stock 2]()
[136. Single Number](https://github.com/irsol/LeetCode/blob/master/136.%20%20Single%20Number.py)
[137. Single Number 2](https://github.com/irsol/LeetCode/blob/master/137.%20Single%20Number.py)
[202. Happy Number](https://github.com/irsol/LeetCode/blob/master/202.%20Happy%20Number.py)
[217. Contains Duplicate ](https://github.com/irsol/LeetCode/blob/master/217.%20Contains%20Duplicate.py)
[231. Power of Two](https://github.com/irsol/LeetCode/blob/master/231.%20Power%20of%20Two.py)
[242. Valid Anagram](https://github.com/irsol/LeetCode/blob/master/242.%20Valid%20Anagram.py)
[387. First Unique Character in a String](https://github.com/irsol/LeetCode/blob/master/387.%20First%20Unique%20Character%20in%20a%20String.py)
### MySQL
[176. Second Highest Salary](https://github.com/irsol/LeetCode/blob/master/MySQL/176.%20Second%20Highest%20Salary.sql)
[183. Customers Who Never Order](https://github.com/irsol/LeetCode/blob/master/MySQL/183.%20Customers%20Who%20Never%20Order.sql)
[196. Delete Duplicate Email](https://github.com/irsol/LeetCode/blob/master/MySQL/196.%20Delete%20Duplicate%20Email.sql)
[197. Rising Temperature](https://github.com/irsol/LeetCode/blob/master/MySQL/197.%20Rising%20Temperature.sql)