This repository contains solutions of the problems I solved in LeetCode. The list? Here you go-
- 0001 Two Sums
- 0009 Palindrome Number
- 0013 Roman to Integer
- 0014 Longest Common Prefix
- 0020 Valid Parentheses
- 0021 Merge Two Sorted Lists
- 0026 Remove Duplicates from Sorted Array
- 0027 Remove Element
- 0028 Implement strStr()
- 0035 Search Insert Position
- 0058 Length of Last Word
- 0066 Plus One
- 0067 Add Binary
- 0069 Sqrt(x)
- 0070 Climbing Stairs
- 0088 Merged Sorted Array
- 0094 Binary Tree Inorder Traversal
- 0101 Symmetric Tree
- 0104 Maximum Depth of Binary Tree
- 0108 Convert Sorted Array to Binary Search Tree
- 0118 Pascal's Triangle
- 0121 Best Time to Buy And Sell Sock
- 0125 Valid Palindrome
- 0136 Single Number
- 0141 Liked List Cycle
- 0160 Intersection of Two Linked Lists
- 0169 Majority Element
- 0171 Excel Sheet Column Number
- 0190 Reverse Bits
- 0191 Number of 1 Bits
- 0202 Happy Number
- 0205 Isomorphic Strings
- 0206 Reverse Linked List
- 0217 Contains Duplicate
- 0219 Contains Duplicate II
- 0225 Implement Stack Using Queue
- 0226 Invert Binary Tree
- 0232 Implement Queue Using Stack
- 0234 Palindrome Linked List
- 0242 Valid Anagram
- 0283 Move Zeroes
- 0290 Word Pattern
- 0326 Power of Three
- 0338 Counting Bits
- 0344 Reverse String
- 0345 Reverse Vowels of a String
- 0350 Intersection of Two Arrays II
- 0383 Ransom Note
- 0387 First Unique Character in a String
- 0392 Is Subsequence
- 0412 Fizz Buzz
- 0434 Number of Segments in a String
- 0448 Find All Numbers Disappeared in an Array
- 0455 Assign Cookies
- 0459 Repeated Substring Pattern
- 0680 Valid Palindrome II
- 0704 Binary Search
- 0002 Add Two Numbers
- 0003 Longest Substring Without Repeating Character
- 0011 Container with Most Water
- 0015 3Sum
- 0019 Remove Nth Node from End of List
- 0028 Find the Index of the First Occurence in a String
- 0049 Group Anagrams
- 0053 Maximum Subarray
- 0237 Delete Node in a Linked List
- 0238 Product of Array Except Self
- 0328 Odd Even Linked List
- 0347 Top K Frequent Elements
- 0371 Sum of Two Integers
- 0739 Daily Temperatures