Skip to content

I will provide explanations for LeetCode problems in this repository.

License

Notifications You must be signed in to change notification settings

akazad13/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Problems Solution

Daily Challenges

  1. 2037. Minimum Number of Moves to Seat Everyone
  2. 945. Minimum Increment to Make Array Unique
  3. 502. IPO
  4. 330. Patching Array
  5. 633. Sum of Square Numbers
  6. 826. Most Profit Assigning Work
  7. 1482. Minimum Number of Days to Make m Bouquets
  8. 1552. Magnetic Force Between Two Balls
  9. 1052. Grumpy Bookstore Owner
  10. 1248. Count Number of Nice Subarrays 🔜
  11. 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit
  12. 995. Minimum Number of K Consecutive Bit Flips 🔜
  13. 1038. Binary Search Tree to Greater Sum Tree
  14. 1382. Balance a Binary Search Tree
  15. 1791. Find Center of Star Graph
  16. 2285. Maximum Total Importance of Roads
  17. 2192. All Ancestors of a Node in a Directed Acyclic Graph
  18. 1579. Remove Max Number of Edges to Keep Graph Fully Traversable
  19. 1550. Three Consecutive Odds
  20. 350. Intersection of Two Arrays II
  21. 1509. Minimum Difference Between Largest and Smallest Value in Three Moves
  22. 2181. Merge Nodes in Between Zeros
  23. 2058. Find the Minimum and Maximum Number of Nodes Between Critical Points
  24. 2582. Pass the Pillow
  25. 1518. Water Bottles
  26. 1823. Find the Winner of the Circular Game
  27. 1701. Average Waiting Time
  28. 1598. Crawler Log Folder
  29. 1190. Reverse Substrings Between Each Pair of Parentheses
  30. 1717. Maximum Score From Removing Substrings 🔜
  31. 2751. Robot Collisions 🔜
  32. 726. Number of Atoms 🔜
  33. 2196. Create Binary Tree From Descriptions 🔜
  34. 2096. Step-By-Step Directions From a Binary Tree Node to Another 🔜
  35. 912. Sort an Array
  36. 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance
  37. 2976. Minimum Cost to Convert String I

Grind75 Solution