Explore tweets tagged as #memoization
Leetcode 329 . Solved this using DFS + memoization. Felt just like problem 2328 but with a max twist at the end instead of sum!. Loved how similar patterns show up in different ways 🔁.#Leetcode #DSA #Coding #100DaysOfCode #Java #DynamicProgramming #TechTwitter #DevJourney
2
0
17
Geeksforgeeks potd( 15th july 2025) .✅divisible by 13 #dp #memoization #SoftwareEngineering follow me 📷#LeetCode, #motivation, #geeksforgeeks, #programming, #coding, #developer, #self-improvement,#potd]
0
0
3
Geeksforgeeks potd( 19th july 2025) .✅Count Unique Vowel Strings #dp #memoization #SoftwareEngineering follow me 📷#LeetCode, #motivation, #geeksforgeeks, #programming, #coding, #developer, #self-improvement,#potd]
0
0
6
#DAY_21.Day 21/90 .✅DSA - Done 3 String questions. ✅DEV - Made a password generator project today. Used the 'useRef' hook to take the ref of input tag and also used 'useCallback' hook to optimize by memoization. #LeetCode #BuildInPublic #DevJourney #90DaysOfCode
0
0
4
Day 24 🚀.✅ Solved 2 DP problems:. 📌 Min Cost Tree From Leaf Values. 📌 Guess Number Higher or Lower II.🧠 Mastered all DP approaches: Memoization, Tabulation, Space Opt.DP is tough, but so am I. Getting stronger 💪🍀.#100DaysOfCode #DSA #LearnInPublic #buildinpublic
0
0
2
🇮🇳🔹 LeetCode Edition.🧩 Problem: House Robber (My All-Time Favorite 🩷).📘 LC No.: 198.💡 Approach: 🧠 Memoized Recursion Robber. (Top-Down DP with Memoization – Clean & Powerful!).#LeetCode #Java #MyFavoriteProblem #DSA
0
0
2
✨ Day 76 - #Blind150.Counting bits like a wizard 🧙♂️💡.Reuse prev results + bit trick = ⚡fast AF!.Bit magic meets memoization 🧠🔥.#100DaysOfCode #LeetCode #Java #DSA #planecrash .#Dhaka #SB19 #Israel #itfc #SB19 #RevampSeries
0
0
3
Solved 3 DP @LeetCode med level Ques Today .1. Target Sum.2. House Robber I.3. House Robber II (all using Memoization method). #DSA #consistency
9
0
59
Day 10/30 – Next.js Journey. Explored data fetching in both client and server components. Found server components more efficient — no need for useEffect or useState, and memoization is naturally better handled. Less boilerplate, more performance. #Nextjs #React #30DaysOfCode
0
0
1
🚀 Day 283 of Code 🚀. ✅ 1547. Minimum Cost to Cut a Stick. Today's problem was a deep dive into Dynamic Programming and optimal substructure — solving the classic stick-cutting challenge efficiently. #Day283 #DSA #CodeDaily #LeetCode #Memoization #Tabulation #100DaysOfCode
1
0
8
Problem: Min Cost Climbing Stairs.Approach: Recursion with memoization. Idea: At each step, choose the minimum cost from the previous one or two steps. Time Complexity: O(n).Space Complexity: O(n).#GFG160 #geekstreak2024 @geeksforgeeks
0
0
4