This repository consists of all the LeetCode questions I solved using Python3. The repository will be updated every time I solve new questions. I might even solve questions in other languages in the future but currently I am sticking with Python.
Click on the Problem Number to get redirected to the Question in Leet Code Website
Click on the Programming Language name to get redirected to solution file in this repository
Question No. | Id. | Name | Solutions | Last Update |
---|---|---|---|---|
1 | 1 | Two Sum | Python | 2022-02-11 09:50 |
9 | 9 | Palindrome Number | Python | 2022-02-09 11:34 |
13 | 13 | Roman to Integer | Python | 2022-02-09 11:56 |
58 | 58 | Length of Last Word | Python | 2022-02-11 09:50 |
66 | 66 | Plus One | Python | 2022-02-14 11:06 |
67 | 67 | Add Binary | Python | 2022-02-14 11:22 |
121 | 121 | Best Time to Buy and Sell Stock | Python | 2022-02-14 12:06 |
171 | 171 | Excel Sheet Column Number | Python | 2022-02-14 12:53 |
190 | 190 | Reverse Bits | Python | 2022-02-14 13:01 |
191 | 191 | Number of 1 Bits | Python | 2022-02-14 12:44 |
Some solutions may not be efficient though it works.
Thank you, hope this helped you in one way or the other