#leetcode75 搜索结果
Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding


Day 24 of #LeetCode75 Problem:104.Maximum Depth of Binary Tree Idea: Depth = 1+max(depth of left, depth of right). Base case→if root is NULL, return 0. Time:O(n) Space: O(h)(stack space) #LeetCode #75DaysChallenge #Day24 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney


Binary Tree - DFS Maximum Depth of Binary Tree #LeetCode75 33/75 #Python #DSA #100DaysOfCode #LeetCode


Day 23 of #LeetCode75 Problem:328.Odd Even Linked List Idea: 1.Separate nodes into odd and even positions. 2.Connect odd nodes first, then even. Time:O(n) Space:O(1) Sometimes,you’ve to reorder to keep the chain organized. #LeetCode #75DaysChallenge #Day23 #DSA #LinkedList


These are My last Contests I am improving gradually but still stucked not able to cross q3 mark please provide some advice how to break this barieer . #leetcode75 #programming #coding #learnInPublic

Binary Tree - BFS Binary Tree Right Side View #LeetCode75 39/75 #Python #DSA #100DaysOfCode #LeetCode


Day #66 Update: - DevOps - Continuing on the Project - LeetCode: Two Coding Problems from Blind 75 #100DaysOfCode #CodinChallenge #leetcode75 #LeetCode #DSA

Binary Tree - DFS Count Good Nodes in Binary Tree #LeetCode75 36/75 #Python #DSA #100DaysOfCode #LeetCode


Binary Tree - DFS Longest ZigZag Path in a Binary Tree #LeetCode75 37/75 #Python #DSA #100DaysOfCode #LeetCode


Binary Tree - DFS Lowest Common Ancestor of a Binary Tree #LeetCode75 38/75 #Python #DSA #100DaysOfCode #LeetCode


🧠 Day 12 – LeetCode 75: Sort Colors Used Dutch National Flag 🏳️ algo (3 pointers: low, mid, high). 0ms ⏱️ | Beats 100% 🔥 In-place, one-pass, no sorting — just clean logic. JS all the way 💻 #LeetCode75 #100DaysOfCode #StriverSheet #JavaScript #DSA #DevJourney #CleanCode

Just solved another Leetcode Problem. Leetcode 724 - Find Pivot Index - C++ #Leetcode #LeetcodeSolutions #Leetcode75

Day 25 of #LeetCode75 Problem: 1448. Count Good Nodes in BT Idea: Use DFS and track the max value seen so far. Increment count whenever the current node is“good.” Time: O(n) Space: O(h) #LeetCode #75DaysChallenge #Day25 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney


Binary Tree - BFS Binary Tree Right Side View #LeetCode75 40/75 slowly moving closer to the goal, 40 days completed. #Python #DSA #100DaysOfCode #LeetCode


Day 31 of the #Leetcode75 Challenge! 🔸Solved 2 easy level problems using Bit Manipulation 🔸Solved POTD Progress - 67/75 ✅ #LeetCode #CodingJourney #CodingCommunity


Day 33 of the #Leetcode75 Challenge! 🔸Solved 2 medium level problems from #leetcode75 🔸Solved POTD Progress - 71/75 ✅ #LeetCode #CodingJourney #CodingCommunity


🧠 Day 16 – LeetCode 1051: Height Checker Input: [1,1,4,2,1,3] → Output: 3 Compare original vs sorted: [1,1,4,2,1,3] → [1,1,1,2,3,4] #LeetCode75 #100DaysOfCode #StriverSheet #JavaScript #CleanCode #WebDev #FrontendDev #DevCommunity #BuildInPublic
![Nuwal_Peyush's tweet image. 🧠 Day 16 – LeetCode 1051: Height Checker
Input: [1,1,4,2,1,3] → Output: 3
Compare original vs sorted:
[1,1,4,2,1,3] → [1,1,1,2,3,4]
#LeetCode75 #100DaysOfCode #StriverSheet #JavaScript #CleanCode #WebDev #FrontendDev #DevCommunity #BuildInPublic](https://pbs.twimg.com/media/GxklnxNWEAAR4QX.png)
Day 26 of the #Leetcode75 Challenge! 🔸Solved 2 medium level problems using binary search 🔸Solved POTD Progress - 57/75 ✅ #LeetCode #CodingJourney #CodingCommunit


Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding


Day 25 of #LeetCode75 Problem: 1448. Count Good Nodes in BT Idea: Use DFS and track the max value seen so far. Increment count whenever the current node is“good.” Time: O(n) Space: O(h) #LeetCode #75DaysChallenge #Day25 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney


Day 24 of #LeetCode75 Problem:104.Maximum Depth of Binary Tree Idea: Depth = 1+max(depth of left, depth of right). Base case→if root is NULL, return 0. Time:O(n) Space: O(h)(stack space) #LeetCode #75DaysChallenge #Day24 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney



🧵 LeetCode 75 — Day 11: Smallest Infinite Set Implement a set of positive integers with 3 operations: popSmallest() → removes & returns the smallest number addBack(num) → adds a number back if removed Initialize with all numbers 1…∞ #LeetCode75 #Java #100DaysOfCode
🧵 LeetCode 75 — Day 11: Rotting Oranges Given a grid of oranges: 0 = empty 1 = fresh orange 2 = rotten orange Every minute, rotten oranges rot adjacent fresh ones. Find the minimum minutes until all oranges rot, or -1 if impossible. #LeetCode75 #Java #BFS #100DaysOfCode

Day 23 of #LeetCode75 Problem:328.Odd Even Linked List Idea: 1.Separate nodes into odd and even positions. 2.Connect odd nodes first, then even. Time:O(n) Space:O(1) Sometimes,you’ve to reorder to keep the chain organized. #LeetCode #75DaysChallenge #Day23 #DSA #LinkedList


Stop watching random tutorials. Start learning smart. LeetCode 75 in C++ — clean explanations, efficient logic, interview focus. 🔥 Full playlist: youtube.com/playlist?list=… #LeetCode #leetcode75 @lanacademy #Problemsolved
🧵 LeetCode 75 — Day 10 (Part 3): Nearest Exit in a Maze Given a maze with walls (+) and open paths (.), find the minimum steps from the entrance to any exit. #LeetCode75 #Java #BFS #100DaysOfCode #LeetCode
📘 LeetCode 75 — Day 10 (Stack) Problem: 2390. Removing Stars From a String For every *, remove it and the character immediately before it. Return the final string after all operations. #LeetCode75 #Stack #Java #100DaysOfCode
📘 LeetCode 75 — Day 10 (Binary Search II) Problem: 2300. Successful Pairs of Spells and Potions Each spell s and potion p form a successful pair if s * p >= success. Find how many potions form successful pairs for every spell. #LeetCode75 #BinarySearch #Java #100DaysOfCode


LeetCode 1071 – Greatest Common Divisor of Strings (C++) Can you find the pattern that divides both strings? Let’s solve it step by step — clear logic, clean code, and smart reasoning. 🎓 Part of the #LeetCode75 series by LAN Academy. 👉 youtu.be/ixQNtYInIvo #LeetCode

New video 🎬 LeetCode 1768 – Merge Strings Alternately (C++) Learn how to approach, analyze & solve this classic interview problem — step by step, clearly explained. Part of the #LeetCode75 series by LAN Academy. 👉 Watch here: youtu.be/bjOIHdit6U0 #CPP #DSA #LANAcademy
New Episode in the LeetCode 75 Series LeetCode 1768 – Merge Strings Alternately (C++) In this video, I explain the complete thought process behind solving this popular interview question youtu.be/bjOIHdit6U0 #LeetCode75 #CodingInterview #Algorithms #DSA #LANAcademy
📘 LeetCode 75 — Day 9 (Binary Search) Problem: 162. Find Peak Element Find an index i such that nums[i] is greater than its neighbors. #LeetCode75 #BinarySearch #Java
🌳 LeetCode 75 — Day 8: Maximum Level Sum of a Binary Tree Find the level in a binary tree that has the maximum sum of node values. #LeetCode #LeetCode75 #BinaryTree #BFS #Java #100DaysOfCode #DSA #ProblemSolving
🌳 LeetCode 75 — Day 8: Binary Tree Right Side View Given a binary tree, return the nodes you can see when looking at it from the right side. #LeetCode #LeetCode75 #BinaryTree #BFS #Java #100DaysOfCode
Day 19 of #LeetCode75 Problem: 735. Asteroid Collision Idea: Use a stack. If it’s moving right, push it. If it’s moving left, check collisions. Pop smaller ones until collision is resolved. Time: O(n) Space: O(n) #LeetCode #75DaysChallenge #Day19 #DSA #ProblemSolving


📅 LeetCode 75 – Day 8 Problem: Single Number Given an array where every element appears twice except one, find that single one. #LeetCode75 #DSA #Java #Coding
📘 LeetCode 75 — Day 7 (Part 3): Unique Paths A robot moves only right or down in an m x n grid. Find how many unique ways it can reach the bottom-right corner. #LeetCode75 #DynamicProgramming #Java #100DaysOfCode
Day 27 of #LeetCode75 Problem: 872. Leaf-Similar Trees Approach: Use DFS to store all leaf values of each tree. Compare both vectors at the end. Time:O(n) Space:O(n) #LeetCode #75DaysChallenge #Day27 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney #KeepCoding


Binary Tree - BFS Binary Tree Right Side View #LeetCode75 39/75 #Python #DSA #100DaysOfCode #LeetCode


Binary Tree - DFS Maximum Depth of Binary Tree #LeetCode75 33/75 #Python #DSA #100DaysOfCode #LeetCode


These are My last Contests I am improving gradually but still stucked not able to cross q3 mark please provide some advice how to break this barieer . #leetcode75 #programming #coding #learnInPublic

Day #66 Update: - DevOps - Continuing on the Project - LeetCode: Two Coding Problems from Blind 75 #100DaysOfCode #CodinChallenge #leetcode75 #LeetCode #DSA

Binary Tree - BFS Binary Tree Right Side View #LeetCode75 40/75 slowly moving closer to the goal, 40 days completed. #Python #DSA #100DaysOfCode #LeetCode


Day 24 of #LeetCode75 Problem:104.Maximum Depth of Binary Tree Idea: Depth = 1+max(depth of left, depth of right). Base case→if root is NULL, return 0. Time:O(n) Space: O(h)(stack space) #LeetCode #75DaysChallenge #Day24 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney


Binary Tree - DFS Longest ZigZag Path in a Binary Tree #LeetCode75 37/75 #Python #DSA #100DaysOfCode #LeetCode


Binary Tree - DFS Count Good Nodes in Binary Tree #LeetCode75 36/75 #Python #DSA #100DaysOfCode #LeetCode


🧠 Day 14 – LeetCode 66: Plus One Input: [9,9,9] → Output: [1,0,0,0] Loop from end, add 1 → if <10 return, else set to 0. If all 9s, return [1, ...digits]. One-pass, clean logic. #LeetCode75 #100DaysOfCode #StriverSheet #JavaScript #CleanCode #DevJourney
![Nuwal_Peyush's tweet image. 🧠 Day 14 – LeetCode 66: Plus One
Input: [9,9,9] → Output: [1,0,0,0]
Loop from end, add 1 → if &lt;10 return, else set to 0.
If all 9s, return [1, ...digits].
One-pass, clean logic.
#LeetCode75 #100DaysOfCode #StriverSheet #JavaScript #CleanCode #DevJourney](https://pbs.twimg.com/media/GxMJg0BXQAA5uK4.jpg)
Day 23 of #LeetCode75 Problem:328.Odd Even Linked List Idea: 1.Separate nodes into odd and even positions. 2.Connect odd nodes first, then even. Time:O(n) Space:O(1) Sometimes,you’ve to reorder to keep the chain organized. #LeetCode #75DaysChallenge #Day23 #DSA #LinkedList


Binary Tree - DFS Lowest Common Ancestor of a Binary Tree #LeetCode75 38/75 #Python #DSA #100DaysOfCode #LeetCode


Day 9 of #LeetCode75 Solved 1679. Max Number of K-Sum Pairs Approach: Sort the array Use two pointers (start & end) If sum == k → count++ and move both Else adjust pointers accordingly Time: O(n log n) Space: O(1) #100DaysOfCode #LeetCode #DSA #ProblemSolving #Day8

Day 25 of #LeetCode75 Problem: 1448. Count Good Nodes in BT Idea: Use DFS and track the max value seen so far. Increment count whenever the current node is“good.” Time: O(n) Space: O(h) #LeetCode #75DaysChallenge #Day25 #DSA #BinaryTree #Recursion #CPlusPlus #CodingJourney


Day 13 of #LeetCode75 Solved 1493. Longest Subarray of 1's After Deleting One Element Approach: Sliding Window / 2 Pointers Track consecutive 1’s with at most one deletion Update max length as we move Time: O(n) Space: O(1) #100DaysOfCode #LeetCode #DSA #ProblemSolving


🧠 Day 12 – LeetCode 75: Sort Colors Used Dutch National Flag 🏳️ algo (3 pointers: low, mid, high). 0ms ⏱️ | Beats 100% 🔥 In-place, one-pass, no sorting — just clean logic. JS all the way 💻 #LeetCode75 #100DaysOfCode #StriverSheet #JavaScript #DSA #DevJourney #CleanCode

Day 11 of #LeetCode75 Solved 1456. Maximum Number of Vowels in a Substring of Given Length Approach: Sliding Window technique. Count first k. Slide the window across string, updating count efficiently. Time: O(n) Space: O(1) #100DaysOfCode #LeetCode #DSA #ProblemSolving #Dsa


Something went wrong.
Something went wrong.
United States Trends
- 1. D’Angelo 295K posts
- 2. Young Republicans 15.3K posts
- 3. #PortfolioDay 17K posts
- 4. Pentagon 109K posts
- 5. Politico 172K posts
- 6. Brown Sugar 21K posts
- 7. Angie Stone 34.1K posts
- 8. Presidential Medal of Freedom 63K posts
- 9. Big 12 13.6K posts
- 10. Drew Struzan 29.6K posts
- 11. Scream 5 N/A
- 12. David Bell N/A
- 13. Black Messiah 11.1K posts
- 14. Venables 3,778 posts
- 15. Soybeans 5,592 posts
- 16. Milei 274K posts
- 17. Merino 15.8K posts
- 18. Nick Mangold N/A
- 19. World Cup 348K posts
- 20. Baldwin 21.4K posts