Explore tweets tagged as #memoization
@taylorotwell
Taylor Otwell
3 months
We shipped a cache memoization feature to Laravel today. 🚀. Cache::memo let's you decorate any cache store with a memoized wrapper, allowing you to temporarily store resolved cache values in memory during a single request or job execution. This prevents repeated cache hits
Tweet media one
22
41
472
@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
@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
@DPrakash90053
Diwakar Prakash
4 days
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
Tweet media one
2
0
17
@kentcdodds
Kent C. Dodds ⚡
2 months
Do you know how React's memoization works?. Let me explain what's going on under the hood for you on Epic React.
Tweet media one
2
13
125
@NAVEEN9044
नवीनम्
9 days
Geeksforgeeks potd( 15th july 2025) .✅divisible by 13 #dp #memoization #SoftwareEngineering follow me 📷#LeetCode, #motivation, #geeksforgeeks, #programming, #coding, #developer, #self-improvement,#potd]
Tweet media one
Tweet media two
Tweet media three
0
0
3
@Praveenp_twt
Praveen Pradhan
2 days
Day 99.DSA.Learnt about memoization in dynamic programming from Striver's video
Tweet media one
0
0
3
@Praveenp_twt
Praveen Pradhan
2 days
Day 99.DSA.Learnt about memoization in dynamic programming from Striver's video
Tweet media one
0
0
2
@NAVEEN9044
नवीनम्
5 days
Geeksforgeeks potd( 19th july 2025) .✅Count Unique Vowel Strings #dp #memoization #SoftwareEngineering follow me 📷#LeetCode, #motivation, #geeksforgeeks, #programming, #coding, #developer, #self-improvement,#potd]
Tweet media one
Tweet media two
Tweet media three
0
0
6
@Kunal_Gupta_07
Kunal Gupta
1 day
#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
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
4
@rohitsreps
Rohit Khandelwal
9 hours
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
Tweet media one
Tweet media two
0
0
2
@Kartscode
kartikcode's
1 day
🇮🇳🔹 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
Tweet media one
0
0
2
@YuvrajS32364292
Yuvraj Singh
3 days
✨ 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
Tweet media one
0
0
3
@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
@web_developer07
Code to Debug
1 month
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
@Mohd_Saqib_
Mohd Saqib
3 months
🚀 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
Tweet media one
1
0
8
@gutsOfDarkness8
Mahesh
23 days
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
@divandcode
noor
1 month
How it felt today when I used DFS and Memoization for my voice ai project planning app.I finally got to use DSA in real world project🙏
Tweet media one
1
0
6
@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