Skip to content

Latest commit

 

History

History
102 lines (94 loc) · 7.62 KB

Codes.md

File metadata and controls

102 lines (94 loc) · 7.62 KB

Leetcode_Solutions

These are the links to the problems solved by me and the solutions are above

  1. Merge Two Binary Trees
  2. Univalued Binary Tree
  3. Best Time to Buy and Sell Stock
  4. Climbing Stairs
  5. Stone Game
  6. Reverse String
  7. Squares of a Sorted Array
  8. Middle of the Linked List
  9. Merge Two Sorted Lists
  10. Remove Duplicates from Sorted List
  11. Linked List Cycle
  12. Remove Linked List Elements
  13. Intersection of Two Linked Lists
  14. Reverse Linked List
  15. Palindrome Linked List
  16. Linked List Cycle II
  17. Odd Even Linked List
  18. Reorder List
  19. Two Sum II - Input array is sorted
  20. Search in a Binary Search Tree
  21. Maximum Depth of Binary Tree
  22. Leaf-Similar Trees
  23. Valid Parentheses
  24. Backspace String Compare
  25. Remove Nth Node From End of List
  26. Validate Stack Sequences
  27. Swap Nodes in Pairs
  28. Partition List
  29. N-ary Tree Preorder Traversal
  30. N-ary Tree Postorder Traversal
  31. Rotate Image
  32. Maximum Depth of N-ary Tree
  33. Invert Binary Tree
  34. N-ary Tree Level Order Traversal
  35. Next Greater Node In Linked List
  36. Majority Element
  37. Missing Number
  38. Single Number |
  39. Single Number ||
  40. Single Number |||
  41. Find the Town Judge
  42. Redundant Connection
  43. Search in Rotated Sorted Array
  44. Minimum Distance Between BST Nodes
  45. Range Sum of BST
  46. Kth Largest Element in a Stream
  47. Sort Characters By Frequency
  48. Top K Frequent Elements
  49. Sliding Window Maximum
  50. Find K Pairs with Smallest Sums
  51. Merge k Sorted Lists
  52. Min Stack
  53. Binary Search Tree to Greater Sum Tree
  54. Gas Station
  55. Reverse Words in a String
  56. Ugly Number
  57. Combination Sum
  58. Combinations
  59. Sum Root to Leaf Numbers
  60. Path Sum
  61. Path Sum II
  62. Intersection of Two Arrays II
  63. Lexicographical Numbers
  64. Power of Four
  65. Nth Digit
  66. Course Schedule II
  67. Course Schedule
  68. Last Stone Weight
  69. Bulb Switcher
  70. Vertical Order Traversal of a Binary Tree
  71. Binary Tree Maximum Path Sum
  72. Hand of Straights
  73. K Closest Points to Origin
  74. Binary Search
  75. Flatten a Multilevel Doubly Linked List
  76. Flatten Binary Tree to Linked List
  77. Longest Consecutive Sequence
  78. Rotate Array
  79. Find Minimum in Rotated Sorted Array
  80. Pascal's Triangle
  81. Pascal's Triangle II
  82. Subsets
  83. Permutations
  84. Ugly Number II
  85. Alphabet Board Path
  86. Minimum Falling Path Sum
  87. Dilemma
  88. Arithmetic Slices
  89. Find Smallest Letter Greater Than Target
  90. Convert BST to Greater Tree
  91. Lowest Common Ancestor of a Binary Tree
  92. Longest Common Subsequence