Leetcode done by mimanjh

1: Two Sum

Easy | JavaScript

1: Two Sum

Easy | Python

2: Add Two Numbers

Medium | JavaScript

3: Longest Substring Without Repeating Character

Medium | Python

4: Median of Two Sorted Arrays

Hard | Python

5: Longest Palindromic Substring

Medium | Python

7: Reverse Integer

Medium | Python

9: Palindrome Number

Easy | Python

12: Integer to Roman

Medium | Python

13: Roman To Integer

Easy | Python

14: Longest Common Prefix

Easy | Python

15: Three Sum

Medium | Python

17: Letter Combinations of a Phone Number

Medium | Python

20: Valid Parentheses

Easy | Python

21: Merge Two Sorted Lists

Easy | Python

22: Generate Parentheses

Medium | Python

26: Remove Duplicates From Sorted Array

Easy | Python

27: Remove Element

Easy | Python

28: Find First Occurence

Easy | Python

29: Divide Two Integers

Medium | Python

36: Valid Sudoku

Medium | Python

48: Rotate Image

Medium | Python

50: Powxn

Medium | Python

58: Length of Last Word

Easy | Python

66: Plus One

Easy | Python

67: Add Binary

Easy | Python

69: Sqrt X

Easy | Python

88: Merge Sorted Array

Easy | Python

100: Same Tree

Easy | Python

121: Best Time To Buy And Sell Stock

Easy | Python

125: Valid Palindrome

Easy | Python

167: Two Sum Sorted

Medium | Python

191: Number of 1 Bits

Easy | Python