In this repository, I show some of the solutions to the leetcode exercises from the website: LeetCode that I have made. I decided to solve it just for fun and to improve my code skills.
Feel free to comment if you have any other solution for one of the problems (I'd be grateful if you summited a code that takes less time)
2.Add Two Numbers ------ Solution
3.Longest Substring Without Repeating Characters ------ Solution
5.Longest Palindromic Substring ------ Solution
6.Zigzag Conversion ------ Solution
7.Reverse Integer ------ Solution
8.String to Integer - (atoi) ------ Solution
9.Palindrome Number ------ Solution
11.Container With Most Water ------ Solution
12.Integer to Roman ------ Solution
13.Roman to Integer ------ Solution
14.Longest Common Prefix ------ Solution