Top Tweets for #leetcode75
🚀 #Day51 of #LeetCode75
📌 208. Implement Trie (Prefix Tree)
🧠 Intuition:
Store words as paths → shared prefixes = faster search
⏱️ TC: O(n)
💾 SC: O(N*M)
💡 Tries = backbone of autocomplete 🔥
Consistency builds skill.
#DSA #Coding #Developer
#cohort3.0 @sheryians_

🚀 Day 49 of #LeetCode75
🌳 Binary Tree BFS
Q1161: Maximum Level Sum
💡 Not every deeper level is stronger — measure level by level!
⚙️ BFS → compute sum per level → track max
⏱️ O(n) | 📦 O(n)
Consistency is the real algorithm. 💪
#cohort3.0 @sheryians_ @ali_In_bits

Day48 of #LeetCode75
✅Q.199 Binary Tree Right Side View
💡 Intuition:
Right view = last node at each level
⚙️ Approach:
Use BFS (level order traversal) & pick last node of every level
⏱️ T: O(n)|📦S: O(n)
Consistency>MotivationKeep going 💪
#cohort3.0 @sheryians_ @ali_In_bits

🚀 Day 46 of #LeetCode75
📌 Path Sum III (Binary Tree DFS)
🧠 Key Idea:
Start from EVERY node, not just root!
⚙️ DFS + recursive sum tracking
⏱️ O(N²) | 💾 O(H)
✨ Small insight: Problems get easier when you stop thinking linearly.
#DSA @sheryians_ @ali_In_bits

#Day45 of #LeetCode75 🚀
Q1g
💡 Track max value from root → node
If current ≥ max_so_far → good node
⚙️ DFS + state passing
⏱️ O(n) | 📦 O(h)
Small insight, big impact 💯
#LeetCode #DSA #BinaryTree @sheryians_ @ali_In_bits

🚀 #Day42 of #LeetCode75
✅ Q1318: Minimum Flips to Make a OR b Equal to c
💡 Bit Manipulation
🧠 Idea: Solve bit by bit
c = 1 → need at least one 1
c = 0 → both must be 0
⚙️ Time: O(1) | Space: O(1)
Small steps daily = big results 📈
#DSA #Coding #Programmer @sheryians_

🚀 Day 26 #LeetCode75
🧠 1207. Unique Number of Occurrences
💡 Trick: Don’t check numbers → check their frequencies
⚙️ Approach:
HashMap → count
HashSet → check uniqueness
⏱️ O(n) time | O(n) space
Consistency > Motivation 💯
#cohort3.0
#DSA #Java. @sheryians_ @ali_In_bits

🚀 Day 21 of #LeetCode75
✅ Asteroid Collision (Stack)
💡 Intuition: Simulate collisions using stack (like resolving conflicts step by step)
⚙️ Approach:
Push positive asteroids
Resolve when negative appears
Compare sizes → destroy accordingly
⏱️ O(n) time | O(n) space
Day9 of #LeetCode75 🚀
Solved: Increasing Triplet Subsequence
🧠 Intuition: Track 2 smallest values while iterating
⚙️ If num > second > first → Triplet found ✅
⏱️ O(n) | 📦 O(1)
From O(n³) → O(n) 🤯
Small optimizations = BIG impact. Keep building 💪
@sheryians_ @harshbhaiyaa

1 / LeetCode 75
Solved 2 problems today
Kids With the Greatest Number of Candies
→ Key idea: compare against global max, not every kid
Merge Strings Alternately
→ Two pointers + safety checks
→ Important lesson: while controls loop, if ensures bounds safety
#LeetCode75 #DSA

Completed LeetCode 75 💻🏆
Grateful for the grind & the learnings 🙏
#LeetCode75 #GratefulToLeetCode #DSA 🚀

Starting a new public journey
I’ve completed the #LeetCode75 DSA challenge,and now I’m committing to deepening my understanding of Data Structures &Algorithms in C++by learning in public.
Focus:
–Strong fundamentals
–Clean problem-solving
–Long-term growth in tech
Let’s build.
Holo.....Developers
My leetcode profile : https://t.co/GAAdNYG3ga
#LeetCode Day 14
# 328 (medium) : Odd Even Linked List
# 2130 (medium) : Maximum twin sum of a Linked List
#DSA #Datastructure #LeetCode75

🔥 Problem of the Day: Maximum Level Sum of a Binary Tree
Approach:
Language: C++
Difficulty: Medium
✅ Passed all testcases
#DSA #LeetCode75

🔥 Problem of the Day: Binary Tree Right Side View
Approach:
Language: C++
Difficulty: Medium
✅ Passed all testcases
#DSA #LeetCode75

🔥 Problem of the Day: Robot Return to Origin
Approach:
Language: C++
Difficulty: Easy
✅ Passed all testcases
#DSA #LeetCode75

🔥 Problem of the Day: Path sum 3
Approach:
Language: C++
Difficulty: Medium
✅ Passed all testcases
#DSA #LeetCode75

🔥 Problem of the Day: Leaf-Similar Trees
Approach:
Language: C++
Difficulty: Easy
✅ Passed all testcases
#DSA #LeetCode75

🔥 Problem of the Day: Repeated Substring Pattern
Approach:
Language: C++
Difficulty: Easy
✅ Passed all testcases
#DSA #LeetCode75

🔥 Problem of the Day: Find the Difference
Approach:
Language: C++
Difficulty: Easy
✅ Passed all testcases
#DSA #LeetCode75

Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.3M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
109.6M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.4M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.7M followers

KATY PERRY 
@katyperry
87.1M followers

Taylor Swift 
@taylorswift13
81M followers

Lady Gaga 
@ladygaga
72.5M followers

Kim Kardashian 
@kimkardashian
69.5M followers

Virat Kohli 
@imvkohli
69.1M followers

YouTube 
@youtube
68.6M followers

Bill Gates 
@billgates
63.6M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.7M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
60.2M followers








