Explore tweets tagged as #CodingDaily
✅ Day 15/90 – #DSA.Solved:.1️⃣ Palindrome Linked List – two-pointer + in-place reverse.2️⃣ Majority Element II – used HashMap + Boyer-Moore Voting Algo (O(n), O(1)⚡).DSA is 🔥 when patterns click. #Java #Leetcode #100DaysOfCode #DSAJourney #CodingDaily #gfg160 #gfg160daychallenge
1
0
12
🚀 Day 13 of #100DaysOfDSA.Started Linked Lists today. Learned:.- Node & pointer basics.- Add/delete at head, tail, index.- Delete/Get element by index.- Importance of references in flow. All thanks @akshaymarch7 .#NamasteDSA #JavaScript #DSAChallenge #LinkedList #CodingDaily
1
1
7
🚀 #Day142 of my #WebDev & #Blockchain journey with @rohit_negi9 . Today’s LeetCode Clone lecture: .• Frontend kickoff & tool setup.• Routing for Sign Up/Sign In/Homepage.• Forms via react-hook-form.• Styled with DaisyUI + TailwindCSS. #ReactJS #CodingDaily #100DaysOfCode
0
0
7
Day 4 of #100DaysOfDSA. Solved today:.🔹 26. Remove Duplicates from a Sorted Array.🔹 27. Remove Element.🔹 344. Reverse String. Practised 2-pointer techniques or string and array. All thanks to @akshaymarch7 .#LeetCode #100DaysOfCode #DSAChallenge #JavaScript #CodingDaily
0
1
9
✅ Finally implemented LFU Cache .🧠 Explored advanced JavaScript functions.📝 Refactored both ToDo and RPS projects using cleaner, modern JavaScript!.#100DaysOfCode #JavaScript #WebDevelopment #DSA #MiniProjects #LFUCache #LearningJourney #FrontendDev #CodingDaily #DevLog
2
0
12
Simple UI Design For Marvel Super Game Dm for Source Code. Comment out your thoughts on this . #keepcoding #FrontEnd #uiuxdesign #html #css #javascript #codingdaily
0
0
0
Day 29 of #100DaysOfDSA. Continued with string.Solved: .771. Jewels and Stones (Easy, String).- Tried 3 approaches: includes, two for loops, and using Set.- The fact that Set uses O(n) to search for items . Thanks to @akshaymarch7 .#DSA #JavaScript #CodingDaily #NamasteDSA
0
5
15
🚀 Day 14 of #100DaysOfDSA.Continued with Linked Lists today. Creating nodes, adding/deleting at head, tail, & index.Solved:.🔹 707. Design Linked List (LeetCode). All thanks to @akshaymarch7 . #NamasteDSA #DSAChallenge #JavaScript #CodingDaily #LinkedList #LeetCode #consistent
0
0
2
✨ GFG 160 – Day 64.📍 Problem: Product Array Puzzle.🧠 Approach: Used prefix and suffix products to compute the result in O(N) time without extra space for multiplication. ⏱️ TC: O(N) | SC: O(1) (excluding output array).#gfg160 #DSAChallenge #Python #CodingDaily #geekstreak2025
0
0
7
🚀 Day 16 of #100DaysOfDSA. Solved:.🔹 206. Reverse Linked List. Practised pointer manipulation to reverse a list in-place. All thanks to @akshaymarch7 .#LeetCode #DSAChallenge #JavaScript #NamasteDSA #LinkedList #CodingDaily #ProblemSolving
0
1
8
🚀 Day 16 of #100DaysOfDSA. Continued with Linked Lists:.🔹 206. Reverse Linked List.🔹 141. Linked List Cycle. Explored both Set & Floyd's algorithms for cycle detection. Consistency is key.Big thanks @akshaymarch7 .#DSAChallenge #LeetCode #NamasteDSA #JavaScript #CodingDaily
0
1
6
📅 𝐃𝐚𝐲-𝟏𝟔𝟒: 𝐃𝐞𝐞𝐩 𝐃𝐢𝐯𝐞 𝐢𝐧𝐭𝐨 𝐁𝐢𝐧𝐚𝐫𝐲 𝐓𝐫𝐞𝐞𝐬 🌳🔁. 𝐆𝐢𝐭𝐡𝐮𝐛: #Day164 #DSA #BinaryTree #Recursion #TreeTraversal #LeetCode #InterviewPrep #CodingDaily #ZigzagTraversal #BalancedTree
0
0
4
💡 Day 131 of #365DaysOfCode. 🔍 Solved: Largest Subarray of 0's & 1's on GFG. 🧠 Used map for tracking prefix sums. ⚡ T.C: O(n) | 💾 S.C: O(n). 🧩 Insight: Turn 0 ➡ -1 to balance sum!. #DSA #ProblemSolving #GeeksforGeeks #CodingDaily #learnInPublic
0
0
4
📅 𝐃𝐚𝐲-𝟏𝟓𝟕: 🌲 𝐒𝐲𝐦𝐦𝐞𝐭𝐫𝐲 𝐢𝐧 𝐓𝐫𝐞𝐞𝐬 & 𝐒𝐭𝐞𝐚𝐝𝐲 𝐏𝐫𝐨𝐠𝐫𝐞𝐬𝐬. 𝐆𝐢𝐭𝐡𝐮𝐛: #Day157 #DSA #SymmetricTree #LeetCode #BinaryTree #CodingDaily #SystemDesignPaused #DevPaused
0
0
2
Day 77 ✅ | #LeetCode.📊 Problem: Max Diff Between Increasing Elements.🧠 Approach: Simple 2-loop brute force.💡 Code was chill today but streak strong 🔥.🏁 Consistency > Complexity.#100DaysOfCode #Java #CodingStreak #DSA #DevJourney #CodingDaily
0
0
2
✅ Day 19 of #DSA.Solved 4 Qs today under optimal ⏱.🔸 Binary Search – Count 0s.🔸 Bubble Sort based – 3rd & Max Element.🔸 Recursion – Is Sorted Check.Grind going strong 🚀.#100DaysOfCode #Java #CodeNewbie #GeeksForGeeks #TechWithTarun #CodingDaily #ProblemSolving #DSAinJava
0
0
1
🚀 Day 38/160 GFG Coding Challenge Solved!.🔄 Problem: Rotate Matrix by 90 Degrees (Anticlockwise).✅ Transposed + reversed the matrix efficiently using smart swaps!. #GFG160 #MatrixRotation #CodingDaily #JavaDSA #GeekStreak2025 #CodeNewbie #100PercentAccuracy
0
0
0
📅 𝐃𝐚𝐲-𝟏𝟓𝟗: 🎯 𝐇𝐢𝐭𝐭𝐢𝐧𝐠 𝐭𝐡𝐞 𝐁𝐮𝐥𝐥𝐬 𝐚𝐧𝐝 𝐂𝐨𝐰𝐬!. 𝐆𝐢𝐭𝐡𝐮𝐛: #Day159 #DSA #LeetCode #BullsAndCows #ProblemSolving #CodingDaily #DevPaused #SystemDesignPaused
0
0
2
Day 67 ✅ | #GFG160DaysOfCoding.Solved Merge Two Sorted Linked Lists today! Used a simple yet effective two-pointer technique to build the merged list in sorted order. #gfg160 #geekstreak2025 #DSA #LinkedList #MergeLL #TwoPointers #ProblemSolving #CodingDaily
0
0
0