
Abhishek Maurya
@Abhishe09777624
Followers
72
Following
226
Media
31
Statuses
68
✅ Leetcode: Minimum Bit Flips to Convert Number.💡 Approach:.Use XOR to find differing bits and count the 1s. 🧠 XOR highlights bit positions that differ (1s), and __builtin_popcount counts them. Quick and optimal! ⚡.#Leetcode #BitManipulation #100DaysOfCode
0
0
10
Hey @X alogorithm👋.I’m looking to #CONNECT with folks interested in: .🧑💻 JavaScript .🔯React.🌐 Full Stack Dev .🎨 Frontend .🚀 Backend . 🧠DSA.💻 Leetcode.✅ Software Development .☕️ Java .Let’s grow, share, and #LearnInPublic together!. #letsconnect.
18
0
26
✅ Solved Merge Intervals from LeetCode today!.🧠 Approach:.Sort intervals based on start time. Initialize result with the first interval. For each interval:.If it overlaps with the last one in result, merge them. Else, add it to result as is. Efficient & clean 🚀🚀.#LeetCode
1
0
8
🚀 Just hit a 50-day streak on LeetCode!.Consistency > Motivation 🔁.Every day, one step closer to mastering DSA and cracking those tech interviews. Next stop: 100 days 🔥.#LeetCode #100DaysOfCode #DSA #CodingStreak #TechTwitter
7
0
22
✅ Solved "Word Break" (LeetCode - Blind 75). 🧠Approach: Trie + Memoization (HashMap).Built a Trie from the word dictionary for fast prefix lookup. Used DFS + Memoization to avoid recomputation.⚡ Faster than standard DP in some cases due to pruning redundant paths. #LeetCode
0
0
9
Let's connect. .
Hey @X alogorithm👋.I’m looking to #CONNECT with folks interested in: .🧑💻 JavaScript .🔯React.🌐 Full Stack Dev .🎨 Frontend .🚀 Backend . 🧠DSA.💻 Leetcode.✅ Software Development .☕️ Java .Let’s grow, share, and #LearnInPublic together!. #letsconnect.
0
0
2
Hey @X alogorithm👋.I’m looking to #CONNECT with folks interested in: .🧑💻 JavaScript .🔯React.🌐 Full Stack Dev .🎨 Frontend .🚀 Backend . 🧠DSA.💻 Leetcode.✅ Software Development .☕️ Java .Let’s grow, share, and #LearnInPublic together!. #letsconnect.
3
0
7
🚀Daily DSA Grind 💻 .✅Longest Substring Without Repeating Characters. Approach: Sliding Window + HashMap to track characters and dynamically adjust window size. ✅Longest Palindromic Substring. Approach: Expand Around Center to check palindromes from every index. #LeetCode
0
0
3
🔁 DSA Daily Update – Blind 75. ✅ Two Sum (HashMap).✅ Longest Consecutive Sequence (HashSet).⚡ Time Complexity: O(n).💡 Concepts: Hashing, Optimization. #DSA #Blind75 #LeetCodeHindi #100DaysOfCode #Java #TechTwitter #LeetCode
0
1
6
✅Today, I tackled the Course Schedule problem on LeetCode.📌 Approach Used: Topological Sort using BFS (Kahn’s Algorithm).🚀 Every such problem reinforces my understanding of graph algorithms and boosts my DSA prep!.#LeetCode #DSA #BFS #CodingJourney #100DaysOfCode #Tech
0
0
2
🚀 Solved "Bottom View of Binary Tree" on @geeksforgeeks!.👨💻Another day Another Question!.🧠 Approach: BFS + Horizontal Distance Tracking.#geeksforgeeks #DSA #java #binarytree
0
0
1