Explore tweets tagged as #memoization
Aug 2, 2025. ✅ Solved Frog Jump with Backtracking + Memoization .✅ Solved Frog Jump with K Distance using Memoization & Tabulation .✅ Learned Tuples & Enums in TypeScript .✅ Revised Solidity fund me section from cyfrin.#100DaysOfCode #LeetCode #TypeScript #Solidity #Web3
0
0
8
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
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
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
🔥Day 120 OF #geeksforgeeks #POTD .✅LCS of three strings.Approach- Recursion with Memoization .O(n1*n2*n3) Time and O(n1*n2*n3) Space.
1
0
19
🔥 Day 127: Stickler Thief.📊 Problem: Given an array where each element represents money in a house, find the maximum amount you can loot without looting two adjacent houses. #gfg160 #geekstreak2025 @geeksforgeeks @sandeep_jain #dsa #javascript #DP #Memoization #dailypractice
0
0
7
🚀 Day 70 #100DaysOfCode . ✅ Solved 2 problems today – Nth Tribonacci Number & Coin Change.🔹 Topic: Dynamic Programming.🔹 Approach: Bottom-up tabulation and memoization to optimize overlapping subproblems. #LeetCode #CodingChallenge
5
0
19
Solved the Friends Pairing Problem using recursion ✅.Each friend: stay single or pair up.f(n) = f(n-1) + (n-1) * f(n-2).Clean logic, mind blown 🧠.Next: Optimizing it with memoization.#DSA #Recursion #Volvickode #100DaysOfCode
0
1
5
Check out my blog on memoization in JavaScript!. Read it here - #webdevelopment #javascript #memoization.
0
0
3