Explore tweets tagged as #memoization
@Shivang141204
Shivang
10 hours
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
Tweet media one
Tweet media two
Tweet media three
0
0
8
@anishaswain
Anisha Swain | The UI Girl
2 months
Ever wondered how memoization works under the hood?.Here’s a clean and simple implementation using Map and closures in JS. ✅ Boost performance.✅ Avoid redundant calculations.✅ Great for expensive operations
Tweet media one
0
0
1
@web_developer07
Code to Debug
2 months
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
Tweet media one
Tweet media two
0
0
1
@samyarkd
Samyar 🌌
2 days
🚨 React Memoization/Optimization Mistake 🚨. When you memoize a computation or a function, the dependencies of useMemo/useCallback that are props of the component need to be optimized too.
Tweet media one
2
0
0
@tomloprod
Tomás
8 days
When working with PHP, I often need per-request caching (memoization) and got tired of copy-pasting code. So I made a small package to handle it! (not needed in Laravel, because, of course, it already has built-in support 😄).
0
6
19
@gutsOfDarkness8
Mahesh
1 month
Dynamic Programming with Memoization:.Solve the 0/1 knapsack problem to maximize value within a weight limit using memoization.
Tweet media one
0
4
47
@dhakadmoh_it
Mohit Dhakad 🚀
6 days
Today Leetcode 2044 POTD.Recursion + Memoization
Tweet media one
0
0
2
@NowPrinceSingh
Prince Singh
2 months
Yesterday, I dropped a video with a post "Before You Solve Any DSA Problem | Do THESE 5 Things 🔥". Why DFS + Memoization Beats BFS for Counting Paths in a DAG ??. This exact experience is a perfect example of why that approach works 👇👇.
Tweet media one
0
1
9
@arsh_saini1333
Arshdeep Kaur Saini
1 month
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
Tweet media one
Tweet media two
Tweet media three
Tweet media four
9
0
59
@Jay_doshi_01
Jay Doshi
2 months
Most people learn useEffect. Few learn how not to use useEffect. The real game in React:.•colocation of data.•derived state.•memoization.•lifting state only when necessary.Great React apps use useEffect less, not more.
2
0
9
@Mekushgupta
Kush Gupta
2 months
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
Tweet media one
Tweet media two
0
0
4
@Dhiraj1Kumawat
Dhiraj Kumawat
2 months
🔥Day 120 OF #geeksforgeeks #POTD .✅LCS of three strings.Approach- Recursion with Memoization .O(n1*n2*n3) Time and O(n1*n2*n3) Space.
Tweet media one
1
0
19
@ospfranco
Oscar Franco
1 month
React's reactive model is meh. Got an issue with a list with 46 items slows down to a crawl. Even after using LegendList, I'm forced to optimize it via memoization hooks. Game engines rendering whole worlds and a simple list cannot function out-of-the-box. I cannot wait for a new.
20
6
129
@ChiragSoni23
Chirag soni
8 hours
🔥 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
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
7
@tannu_says
AtoT🫠
1 month
Koi iska memoization explain kr deta toh bhala ho jata mera👀
Tweet media one
2
0
3
@abhi_0413
Abhishek Sadhwani
1 month
🚀 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
Tweet media one
Tweet media two
5
0
19
@Volvickode
Volvickode
23 days
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
Tweet media one
0
1
5
@Deepthi1611
Deepthi Purijala
27 days
Check out my blog on memoization in JavaScript!. Read it here - #webdevelopment #javascript #memoization.
0
0
3
@sleeyax
Sleeyax
2 months
I'm finally giving Microsoft's Monaco editor (the editor that powers vscode) a shot to implement the request / response body content view. I was afraid performance would be mid, but with the right memoization hooks in place it's actually not too bad (so far).
Tweet media one
1
0
4